DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_RECEIPTS_WF

Line 5640: AP_WEB_RECEIPTS_WF.RaiseAbortedEvent(l_report_header_id);

5636:
5637: -----------------------------------------------
5638: l_debug_info := 'Raise Receipts Aborted Event';
5639: -----------------------------------------------
5640: AP_WEB_RECEIPTS_WF.RaiseAbortedEvent(l_report_header_id);
5641:
5642: -----------------------------------------------------
5643: l_debug_info := 'After Raise Receipts Aborted Event';
5644: -----------------------------------------------------

Line 6275: l_expense_status_code := AP_WEB_RECEIPTS_WF.C_PENDING_HOLDS;

6271: l_holds_setup := AP_WEB_HOLDS_WF.IsHoldsRuleSetup(l_org_id,
6272: l_report_submitted_date);
6273:
6274: IF (l_holds_setup = 'Y') THEN
6275: l_expense_status_code := AP_WEB_RECEIPTS_WF.C_PENDING_HOLDS;
6276: ELSE
6277: l_expense_status_code := 'INVOICED';
6278: END IF;
6279:

Line 11188: AP_WEB_RECEIPTS_WF.RaiseAbortedEvent(l_report_header_id);

11184:
11185: ------------------------------------------------------------
11186: l_debug_info := 'Raise Receipts Aborted Event';
11187: ------------------------------------------------------------
11188: AP_WEB_RECEIPTS_WF.RaiseAbortedEvent(l_report_header_id);
11189: -- Bug 12859250: Update the workflow approved flag after raising the aborted event
11190: IF (NOT AP_WEB_DB_EXPRPT_PKG.SetWkflApprvdFlagAndSource(l_report_header_id,
11191: AP_WEB_DB_EXPRPT_PKG.C_WORKFLOW_APPROVED_RETURNED,
11192: 'NonValidatedWebExpense')) THEN

Line 11530: l_expense_status_code := AP_WEB_RECEIPTS_WF.C_PENDING_HOLDS;

11526: l_holds_setup := AP_WEB_HOLDS_WF.IsHoldsRuleSetup(l_org_id,
11527: l_report_submitted_date);
11528:
11529: IF (l_holds_setup = 'Y') THEN
11530: l_expense_status_code := AP_WEB_RECEIPTS_WF.C_PENDING_HOLDS;
11531: END IF;
11532: ELSIF (l_expense_status_code = 'REJECTED') THEN
11533:
11534: --Delete the duplicate detection violations

Line 11941: AP_WEB_RECEIPTS_WF.RaiseAbortedEvent(p_rep_header_id);

11937:
11938: ------------------------------------------------------------
11939: l_debug_info := 'Raise Receipts Aborted Event';
11940: ------------------------------------------------------------
11941: AP_WEB_RECEIPTS_WF.RaiseAbortedEvent(p_rep_header_id);
11942:
11943: COMMIT;
11944:
11945: