Payables and Cash Management - EBS (MOSC)

MOSC Banner

Code check in APPS.AP_WEB_OA_MAINFLOW_PKG.OASubmitWorkflow

edited Jan 21, 2015 12:20AM in Payables and Cash Management - EBS (MOSC) 4 commentsAnswered ✓

Hi,

I am working on internet expenses and was going through the backend functionality when i came across the following package and the procedure: APPS.AP_WEB_OA_MAINFLOW_PKG.OASubmitWorkflow

When i went through the code, i can see a function check

l_ResubmitReport := AP_WEB_DB_EXPRPT_PKG.ResubmitExpenseReport(

                         p_workflow_appr_flag);

Since the input flag is null, the function evaluates as null in my case.

The very next line is an IF condition   IF (TRUE) THEN. I want to know if this is a bug or is indeed intended to be that way.

Instead of IF (TRUE) THEN,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center