DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_WEB_EXPENSE_WF

Line 836: AP_WEB_EXPENSE_WF.StartExpenseReportProcess(to_number(p_report_header_id),

832: ------------------------------------------------------------
833: l_debug_info := 'Starting workflow process';
834: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_OA_MAINFLOW_PKG', l_debug_info);
835: ------------------------------------------------------------
836: AP_WEB_EXPENSE_WF.StartExpenseReportProcess(to_number(p_report_header_id),
837: to_number(p_preparer_id),
838: to_number(p_employee_id),
839: p_invoice_number,
840: to_number(l_neg_pos_total),

Line 848: p_submit_from_oie => AP_WEB_EXPENSE_WF.C_SUBMIT_FROM_OIE,

844: p_purpose,
845: to_number(p_approver_id),
846: p_week_end_date, -- Bug 3322390
847: p_workflow_appr_flag,
848: p_submit_from_oie => AP_WEB_EXPENSE_WF.C_SUBMIT_FROM_OIE,
849: p_event_raised => 'N');
850: l_debug_info := 'End of workflow process';
851: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_OA_MAINFLOW_PKG', l_debug_info);
852: -- Do not remove this commit otherwise wf process will not be created.

Line 860: AP_WEB_EXPENSE_WF.RaiseSubmitEvent(to_number(p_report_header_id),

856: ------------------------------------------------------------
857: l_debug_info := 'Starting Expenses WF process via Business Event';
858: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_OA_MAINFLOW_PKG', l_debug_info);
859: ------------------------------------------------------------
860: AP_WEB_EXPENSE_WF.RaiseSubmitEvent(to_number(p_report_header_id),
861: p_workflow_appr_flag);
862:
863: -- Do not remove this commit otherwise wf process will not be created.
864: COMMIT;

Line 1108: AP_WEB_EXPENSE_WF.WithdrawExpenseRep(p_report_header_id);

1104:
1105: AP_WEB_UTILITIES_PKG.LogProcedure('AP_WEB_OA_MAINFLOW_PKG',
1106: 'start WithdrawExpenseReport');
1107: l_debug_info := 'Calling WithdrawExpenseRep';
1108: AP_WEB_EXPENSE_WF.WithdrawExpenseRep(p_report_header_id);
1109:
1110: AP_WEB_UTILITIES_PKG.LogProcedure('AP_WEB_OA_MAINFLOW_PKG',
1111: 'end WithdrawExpenseReport');
1112: EXCEPTION