DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_AUDIT_UTILS

Line 5216: AP_WEB_AUDIT_UTILS.clear_audit_reason_codes(l_report_header_id);

5212: ----------------------------------------------------------
5213: l_debug_info := 'Clearing out lines in AP_AUD_AUDIT_REASONS';
5214: ----------------------------------------------------------
5215: -- Bug 4394168
5216: AP_WEB_AUDIT_UTILS.clear_audit_reason_codes(l_report_header_id);
5217:
5218: ------------------------------------------------------------
5219: l_debug_info := 'call reset credit card transactions';
5220: ------------------------------------------------------------

Line 10384: AP_WEB_AUDIT_UTILS.clear_audit_reason_codes(l_report_header_id);

10380: ----------------------------------------------------------
10381: l_debug_info := 'Clearing out lines in AP_AUD_AUDIT_REASONS';
10382: ----------------------------------------------------------
10383: -- Bug 4394168
10384: AP_WEB_AUDIT_UTILS.clear_audit_reason_codes(l_report_header_id);
10385:
10386:
10387: l_payment_due := WF_ENGINE.GetItemAttrText(p_item_type,p_item_key,'PAYMENT_DUE_FROM');
10388:

Line 11071: AP_WEB_AUDIT_UTILS.clear_audit_reason_codes(p_rep_header_id);

11067: ----------------------------------------------------------
11068: l_debug_info := 'Clearing out lines in AP_AUD_AUDIT_REASONS';
11069: ----------------------------------------------------------
11070: -- Bug 4394168
11071: AP_WEB_AUDIT_UTILS.clear_audit_reason_codes(p_rep_header_id);
11072:
11073: if l_wf_exist then
11074: l_debug_info := 'call reset credit card transactions 2';
11075: ResetCCardTxns(p_rep_header_id, l_itemtype, l_itemkey);