DBA Data[Home] [Help]

APPS.AP_WEB_CREDIT_CARD_WF dependencies on WF_CORE

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

270:
271: EXCEPTION
272: WHEN OTHERS THEN
273: wf_engine.threshold := l_threshold;
274: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendNotification',
275: l_itemType, l_itemKey, to_char(0), l_debugInfo);
276: raise;
277: END;
278:

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

491: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
492:
493: EXCEPTION
494: WHEN OTHERS THEN
495: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendNotification',
496: l_itemType, l_itemKey, to_char(0), l_debugInfo);
497: raise;
498: END;
499:

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

1070: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
1071:
1072: EXCEPTION
1073: WHEN OTHERS THEN
1074: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'SendDunningNotifications',
1075: l_itemType, l_itemKey, to_char(0), l_debugInfo);
1076: raise;
1077: END;
1078: EXCEPTION

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

1185: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
1186:
1187: EXCEPTION
1188: WHEN OTHERS THEN
1189: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendUnapprovedExpReportNote',
1190: l_itemType, l_itemKey, to_char(0), l_debugInfo);
1191: raise;
1192: END;
1193:

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

1337: WF_ENGINE.StartProcess(l_itemType, l_itemKey);
1338:
1339: EXCEPTION
1340: WHEN OTHERS THEN
1341: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'sendDisputedChargesNote',
1342: l_itemType, l_itemKey, to_char(0), l_debugInfo);
1343: raise;
1344: END;
1345:

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

1507: document_type := display_type;
1508:
1509: EXCEPTION
1510: WHEN OTHERS THEN
1511: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateList',
1512: document_id, l_debugInfo);
1513: raise;
1514: END GenerateList;
1515:

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

1554:
1555: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_CREDIT_CARD_WF', 'end GenerateUnsubmittedList');
1556: EXCEPTION
1557: WHEN OTHERS THEN
1558: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'GenerateUnsubmittedList',
1559: document_id, l_debug_info);
1560: raise;
1561:
1562: END GenerateUnsubmittedList;

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

1750: document_type := display_type;
1751:
1752: EXCEPTION
1753: WHEN OTHERS THEN
1754: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateUnsubmittedList',
1755: document_id, l_debugInfo);
1756: raise;
1757: END GenUnsubmittedClobList;
1758:

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

1801: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_EXPENSE_WF', 'end GenerateDunningList');
1802:
1803: EXCEPTION
1804: WHEN OTHERS THEN
1805: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDunningList',
1806: document_id, l_debug_info);
1807: raise;
1808: END GenerateDunningList;
1809:

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

2164: --Amulya Mishra : Notification esc project :
2165:
2166: EXCEPTION
2167: WHEN OTHERS THEN
2168: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateDunningClobList',
2169: document_id, l_debugInfo);
2170: raise;
2171: END GenerateDunningClobList;
2172:

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

2292: document_type := display_type;
2293:
2294: EXCEPTION
2295: WHEN OTHERS THEN
2296: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'getNumofUnsubmittedrecords',
2297: document_id, l_debugInfo);
2298: raise;
2299: END getNumofUnsubmittedrecords;
2300:

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

2413: document_type := display_type;
2414:
2415: EXCEPTION
2416: WHEN OTHERS THEN
2417: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'getNumofDunningrecords',
2418: document_id, l_debugInfo);
2419: raise;
2420: END getNumofDunningrecords;
2421:

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

2663:
2664:
2665: EXCEPTION
2666: WHEN OTHERS THEN
2667: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateManagerDunningList',
2668: document_id, l_debugInfo);
2669: raise;
2670: END GenerateManagerDunningList;
2671:

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

2947:
2948:
2949: EXCEPTION
2950: WHEN OTHERS THEN
2951: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GenerateNextManagerDunningList',
2952: document_id, l_debugInfo);
2953: raise;
2954: END GenerateNextManagerDunningList;
2955:

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

3569: WF_ENGINE.SetItemAttrText(l_itemType, l_itemKey, 'MGR_ESC_AMOUNT', l_employee_name);
3570:
3571: EXCEPTION
3572: WHEN OTHERS THEN
3573: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetWebNextEscManager',
3574: l_itemKey, l_debugInfo);
3575: raise;
3576: END GetWebNextEscManager;
3577:

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

3738: commit;
3739:
3740: EXCEPTION
3741: WHEN OTHERS THEN
3742: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetWebEscManager',
3743: null, l_debugInfo);
3744: raise;
3745: END GetWebEscManager;
3746:

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

3859: -- CARD_PROG_ID and others set CARD_PROGRAM_ID
3860: -- p_s_item_key is a sequence value and not report_header_id
3861: -- hence remove the call GetOrgIdByReportHeaderId and instead
3862: -- get the org_id from card program(ap_card_programs).
3863: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
3864: begin
3865: l_card_prog_id := WF_ENGINE.GetItemAttrNumber(p_item_type,
3866: p_item_key,
3867: 'CARD_PROG_ID');

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

3953: AP_WEB_UTILITIES_PKG.logProcedure('AP_WEB_CREDIT_CARD_WF', 'end CallbackFunction');
3954:
3955: EXCEPTION
3956: WHEN OTHERS THEN
3957: Wf_Core.Context('AP_WEB_CREDIT_CARD_WF', 'CallbackFunction',
3958: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
3959: raise;
3960: END CallbackFunction;
3961: