DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_WEB_EXPENSE_WF

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

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

Line 850: p_submit_from_oie => AP_WEB_EXPENSE_WF.C_SUBMIT_FROM_OIE,

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

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

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

Line 1110: AP_WEB_EXPENSE_WF.WithdrawExpenseRep(p_report_header_id);

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