Code check in APPS.AP_WEB_OA_MAINFLOW_PKG.OASubmitWorkflow
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,