DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on AP_WEB_UTILITIES_PKG

Line 1: PACKAGE BODY AP_WEB_UTILITIES_PKG AS

1: PACKAGE BODY AP_WEB_UTILITIES_PKG AS
2: /* $Header: apwxutlb.pls 120.45 2011/11/17 09:30:56 meesubra ship $ */
3:
4: -- Error field and message delimiters
5: C_OpenDelimit CONSTANT VARCHAR2(1) := '{';

Line 3210: AP_WEB_UTILITIES_PKG.GetExpensesToUpdate(p_invoice_id, p_pay_status_flag, l_expenses_to_update);

3206: --
3207: -- open the cursor and populate the variables
3208: --
3209: -- Bug: 6220330, Get the appropriate Cursor
3210: AP_WEB_UTILITIES_PKG.GetExpensesToUpdate(p_invoice_id, p_pay_status_flag, l_expenses_to_update);
3211:
3212: LOOP
3213: FETCH l_expenses_to_update
3214: INTO l_identifier, l_report_header_id, l_invoice_status;

Line 3522: AP_WEB_UTILITIES_PKG.AddReportToAuditQueue(p_report_header_id);

3518: NULL;
3519: END;
3520:
3521: AP_WEB_RECEIPTS_WF.RaiseReceivedEvent(p_report_header_id, 'IMAGE');
3522: AP_WEB_UTILITIES_PKG.AddReportToAuditQueue(p_report_header_id);
3523: /*
3524: select nvl(rs.recpt_assign_stage_code,'X') into l_stage_code
3525: from ap_expense_report_headers_all aerh,
3526: ap_aud_rule_sets rs,

Line 3872: END AP_WEB_UTILITIES_PKG;

3868: WHEN OTHERS THEN
3869: RETURN 'BOTH';
3870: END GetMissingReceiptStatus;
3871:
3872: END AP_WEB_UTILITIES_PKG;