DBA Data[Home] [Help]

APPS.AP_WEB_CREDIT_CARD_WF dependencies on WF_CORE

Line 282: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendNotification',

278:
279: EXCEPTION
280: WHEN OTHERS THEN
281: wf_engine.threshold := l_threshold;
282: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendNotification',
283: l_itemType, l_itemKey, to_char(0), l_debugInfo);
284: raise;
285: END;
286:

Line 511: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendNotification',

507: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
508:
509: EXCEPTION
510: WHEN OTHERS THEN
511: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendNotification',
512: l_itemType, l_itemKey, to_char(0), l_debugInfo);
513: raise;
514: END;
515:

Line 1142: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'SendDunningNotifications',

1138: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
1139:
1140: EXCEPTION
1141: WHEN OTHERS THEN
1142: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'SendDunningNotifications',
1143: l_itemType, l_itemKey, to_char(0), l_debugInfo);
1144: raise;
1145: END;
1146: EXCEPTION

Line 1257: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendUnapprovedExpReportNote',

1253: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
1254:
1255: EXCEPTION
1256: WHEN OTHERS THEN
1257: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendUnapprovedExpReportNote',
1258: l_itemType, l_itemKey, to_char(0), l_debugInfo);
1259: raise;
1260: END;
1261:

Line 1415: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendDisputedChargesNote',

1411: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
1412:
1413: EXCEPTION
1414: WHEN OTHERS THEN
1415: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendDisputedChargesNote',
1416: l_itemType, l_itemKey, to_char(0), l_debugInfo);
1417: raise;
1418: END;
1419:

Line 1585: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateList',

1581: document_type := display_type;
1582:
1583: EXCEPTION
1584: WHEN OTHERS THEN
1585: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateList',
1586: document_id, l_debugInfo);
1587: raise;
1588: END GenerateList;
1589:

Line 1632: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'GenerateUnsubmittedList',

1628:
1629: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_CREDIT_CARD_WF', 'end GenerateUnsubmittedList');
1630: EXCEPTION
1631: WHEN OTHERS THEN
1632: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'GenerateUnsubmittedList',
1633: document_id, l_debug_info);
1634: raise;
1635:
1636: END GenerateUnsubmittedList;

Line 1828: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateUnsubmittedList',

1824: document_type := display_type;
1825:
1826: EXCEPTION
1827: WHEN OTHERS THEN
1828: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateUnsubmittedList',
1829: document_id, l_debugInfo);
1830: raise;
1831: END GenUnsubmittedClobList;
1832:

Line 1879: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDunningList',

1875: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateDunningList');
1876:
1877: EXCEPTION
1878: WHEN OTHERS THEN
1879: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDunningList',
1880: document_id, l_debug_info);
1881: raise;
1882: END GenerateDunningList;
1883:

Line 2242: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDunningClobList',

2238: --Amulya Mishra : Notification esc project :
2239:
2240: EXCEPTION
2241: WHEN OTHERS THEN
2242: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDunningClobList',
2243: document_id, l_debugInfo);
2244: raise;
2245: END GenerateDunningClobList;
2246:

Line 2370: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'getNumofUnsubmittedrecords',

2366: document_type := display_type;
2367:
2368: EXCEPTION
2369: WHEN OTHERS THEN
2370: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'getNumofUnsubmittedrecords',
2371: document_id, l_debugInfo);
2372: raise;
2373: END getNumofUnsubmittedrecords;
2374:

Line 2491: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'getNumofDunningrecords',

2487: document_type := display_type;
2488:
2489: EXCEPTION
2490: WHEN OTHERS THEN
2491: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'getNumofDunningrecords',
2492: document_id, l_debugInfo);
2493: raise;
2494: END getNumofDunningrecords;
2495:

Line 2741: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateManagerDunningList',

2737:
2738:
2739: EXCEPTION
2740: WHEN OTHERS THEN
2741: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateManagerDunningList',
2742: document_id, l_debugInfo);
2743: raise;
2744: END GenerateManagerDunningList;
2745:

Line 3025: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateNextManagerDunningList',

3021:
3022:
3023: EXCEPTION
3024: WHEN OTHERS THEN
3025: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateNextManagerDunningList',
3026: document_id, l_debugInfo);
3027: raise;
3028: END GenerateNextManagerDunningList;
3029:

Line 3642: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetWebNextEscManager',

3638: WF_ENGINE.SetItemAttrText(l_itemType, l_itemKey, 'MGR_ESC_AMOUNT', l_employee_name);
3639:
3640: EXCEPTION
3641: WHEN OTHERS THEN
3642: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetWebNextEscManager',
3643: l_itemKey, l_debugInfo);
3644: raise;
3645: END GetWebNextEscManager;
3646:

Line 3811: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetWebEscManager',

3807: commit;
3808:
3809: EXCEPTION
3810: WHEN OTHERS THEN
3811: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetWebEscManager',
3812: null, l_debugInfo);
3813: raise;
3814: END GetWebEscManager;
3815:

Line 3932: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

3928: -- CARD_PROG_ID and others set CARD_PROGRAM_ID
3929: -- p_s_item_key is a sequence value and not report_header_id
3930: -- hence remove the call GetOrgIdByReportHeaderId and instead
3931: -- get the org_id from card program(ap_card_programs).
3932: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
3933: begin
3934: l_card_prog_id := WF_ENGINE.GetItemAttrNumber(p_item_type,
3935: p_item_key,
3936: 'CARD_PROG_ID');

Line 4026: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'CallbackFunction',

4022: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_CREDIT_CARD_WF', 'end CallbackFunction');
4023:
4024: EXCEPTION
4025: WHEN OTHERS THEN
4026: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'CallbackFunction',
4027: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
4028: raise;
4029: END CallbackFunction;
4030: