DBA Data[Home] [Help]

APPS.ARP_CMREQ_WF dependencies on WF_CORE

Line 111: wf_core.context(

107:
108: EXCEPTION
109: WHEN OTHERS THEN
110:
111: wf_core.context(
112: pkg_name => 'ARP_CMREQ_WF',
113: proc_name => 'CALLBACK_ROUTINE',
114: arg1 => p_item_type,
115: arg2 => p_item_key,

Line 368: wf_core.context('ARP_CMREQ_WF', 'FindTrx',

364: exception
365: when others then
366: -- The line below records this function call in the error system
367: -- in the case of an exception.
368: wf_core.context('ARP_CMREQ_WF', 'FindTrx',
369: p_item_type, p_item_key, to_char(p_actid), p_funcmode, l_debug_mesg);
370: raise;
371:
372: end FindTrx;

Line 498: wf_core.Context('ARP_CMREQ_WF', 'GetCustomerTrxInfo',

494: p_requestor_id := -1;
495: p_orig_trx_number := NULL;
496: p_tax_ex_cert_num := NULL;
497:
498: wf_core.Context('ARP_CMREQ_WF', 'GetCustomerTrxInfo',
499: null, null, null, l_debug_mesg);
500: raise;
501:
502: END GetCustomerTrxInfo;

Line 537: wf_core.Context('ARP_CMREQ_WF', 'GetTrxAmount',

533: p_original_freight_amount := NULL;
534: p_original_total := NULL;
535: p_currency_code := NULL;
536:
537: wf_core.Context('ARP_CMREQ_WF', 'GetTrxAmount',
538: null, null, null, l_debug_mesg);
539: raise;
540:
541: END GetTrxAmount;

Line 750: wf_core.context('ARP_CMREQ_WF', 'FindCustomer',

746: exception
747: when others then
748: -- The line below records this function call in the error system
749: -- in the case of an exception.
750: wf_core.context('ARP_CMREQ_WF', 'FindCustomer',
751: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
752: raise;
753:
754: end FindCustomer;

Line 796: wf_core.Context('ARP_CMREQ_WF', 'FindCustomerInfo',

792: p_bill_to_customer_name := NULL;
793: p_bill_to_customer_number := NULL;
794:
795: WHEN OTHERS THEN
796: wf_core.Context('ARP_CMREQ_WF', 'FindCustomerInfo',
797: null, null, null, l_debug_mesg);
798: raise;
799: END;
800:

Line 822: wf_core.Context('ARP_CMREQ_WF', 'FindCustomerInfo',

818: p_ship_to_customer_name := NULL;
819: p_ship_to_customer_number := NULL;
820:
821: WHEN OTHERS THEN
822: wf_core.Context('ARP_CMREQ_WF', 'FindCustomerInfo',
823: null, null, null, l_debug_mesg);
824: raise;
825: END;
826:

Line 831: wf_core.Context('ARP_CMREQ_WF', 'FindCustomerInfo',

827:
828: EXCEPTION
829:
830: WHEN OTHERS THEN
831: wf_core.Context('ARP_CMREQ_WF', 'FindCustomerInfo',
832: null, null, null, l_debug_mesg);
833: raise;
834:
835:

Line 982: wf_core.context('ARP_CMREQ_WF', 'FindCollector',

978: exception
979: when others then
980: -- The line below records this function call in the error system
981: -- in the case of an exception.
982: wf_core.context('ARP_CMREQ_WF', 'FindCollector',
983: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
984: raise;
985:
986: end FindCollector;

Line 1040: wf_core.Context('ARP_CMREQ_WF', 'FindCollectorInfo',

1036: p_collector_name := NULL ;
1037: END;
1038:
1039: WHEN OTHERS THEN
1040: wf_core.Context('ARP_CMREQ_WF', 'FindCollectorInfo',
1041: null, null, null, l_debug_mesg);
1042: raise;
1043:
1044: END FindCollectorInfo;

Line 1234: wf_core.context('ARP_CMREQ_WF', 'DefaultSendTo',

1230: exception
1231: when others then
1232: -- The line below records this function call in the error system
1233: -- in the case of an exception.
1234: wf_core.context('ARP_CMREQ_WF', 'DefaultSendTo',
1235: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
1236: raise;
1237:
1238: end DefaultSendTo;

Line 1339: wf_core.context('ARP_CMREQ_WF', 'CheckPrimaryApprover',

1335: return;
1336: when others then
1337: -- The line below records this function call in the error system
1338: -- in the case of an exception.
1339: wf_core.context('ARP_CMREQ_WF', 'CheckPrimaryApprover',
1340: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
1341: raise;
1342:
1343: end CheckPrimaryApprover;

Line 1486: wf_core.context('ARP_CMREQ_WF', 'FindPrimaryApprover',

1482: exception
1483: when others then
1484: -- The line below records this function call in the error system
1485: -- in the case of an exception.
1486: wf_core.context('ARP_CMREQ_WF', 'FindPrimaryApprover',
1487: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
1488: raise;
1489:
1490: end FindPrimaryApprover;

Line 1575: wf_core.context('ARP_CMREQ_WF', 'FindNonPrimaryApprover',

1571: exception
1572: when others then
1573: -- The line below records this function call in the error system
1574: -- in the case of an exception.
1575: wf_core.context('ARP_CMREQ_WF', 'FindNonPrimaryApprover',
1576: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
1577: raise;
1578:
1579: end FindNonPrimaryApprover;

Line 1695: wf_core.context('ARP_CMREQ_WF', 'FindNextNonPrimaryApprover',

1691: exception
1692: when others then
1693: -- The line below records this function call in the error system
1694: -- in the case of an exception.
1695: wf_core.context('ARP_CMREQ_WF', 'FindNextNonPrimaryApprover',
1696: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
1697: raise;
1698:
1699: end FindNextNonPrimaryApprover;

Line 1729: wf_core.context('ARP_CMREQ_WF', 'CheckUserInHR',

1725: exception
1726: when others then
1727: -- The line below records this function call in the error system
1728: -- in the case of an exception.
1729: wf_core.context('ARP_CMREQ_WF', 'CheckUserInHR',
1730: null, null, null, l_debug_mesg);
1731: raise;
1732:
1733: end CheckUserInHR;

Line 1783: wf_core.context('ARP_CMREQ_WF', 'CheckUserInTable',

1779: exception
1780: when others then
1781: -- The line below records this function call in the error system
1782: -- in the case of an exception.
1783: wf_core.context('ARP_CMREQ_WF', 'CheckUserInTable',
1784: p_item_type, p_item_key, null, l_debug_mesg);
1785: raise;
1786:
1787: end CheckUserInTable;

Line 1838: Wf_Core.Context('AR_CMREQ_WF', 'SelectFirstPrimaryApproverId',

1834: EXCEPTION
1835: WHEN NO_DATA_FOUND then
1836: p_approver_employee_id := -1 ;
1837: WHEN OTHERS THEN
1838: Wf_Core.Context('AR_CMREQ_WF', 'SelectFirstPrimaryApproverId',
1839: null, null, null, l_debug_mesg);
1840: raise;
1841: END SelectFirstPrimaryApproverId;
1842:

Line 1896: Wf_Core.Context('AR_CMREQ_WF', 'SelectPrimaryApproverId',

1892: EXCEPTION
1893: WHEN NO_DATA_FOUND then
1894: p_approver_employee_id := -1 ;
1895: WHEN OTHERS THEN
1896: Wf_Core.Context('AR_CMREQ_WF', 'SelectPrimaryApproverId',
1897: null, null, null, l_debug_mesg);
1898: raise;
1899:
1900: END SelectPrimaryApproverId;

Line 1996: Wf_Core.Context('ARP_CMREQ_WF', 'GetEmployeeInfo',

1992: end if;
1993:
1994: EXCEPTION
1995: WHEN OTHERS THEN
1996: Wf_Core.Context('ARP_CMREQ_WF', 'GetEmployeeInfo',
1997: p_item_type, p_item_key, null, l_debug_mesg);
1998: raise;
1999: END GetEmployeeInfo;
2000:

Line 2047: wf_core.Context('ARP_CMREQ_WF', 'GetUserInfoFromTable',

2043: p_user_name := NULL ;
2044: p_display_name := NULL ;
2045:
2046: WHEN OTHERS THEN
2047: wf_core.Context('ARP_CMREQ_WF', 'GetUserInfoFromTable',
2048: null, null, null, l_debug_mesg);
2049: raise;
2050:
2051: END GetUserInfoFromTable;

Line 2190: Wf_Core.Context('ARP_CMREQ_WF', 'FindManager',

2186: l_manager_id := NULL;
2187: p_result := 'COMPLETE:F';
2188: return;
2189: WHEN OTHERS THEN
2190: Wf_Core.Context('ARP_CMREQ_WF', 'FindManager',
2191: null, null, null, l_debug_info);
2192: raise;
2193: END FindManager;
2194:

Line 2287: wf_core.context('ARP_CMREQ_WF', 'RecordCollectorAsApprover',

2283: exception
2284: when others then
2285: -- The line below records this function call in the error system
2286: -- in the case of an exception.
2287: wf_core.context('ARP_CMREQ_WF', 'RecordCollectorAsApprover',
2288: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
2289: raise;
2290:
2291: end RecordCollectorAsApprover;

Line 2414: wf_core.context('ARP_CMREQ_WF', 'RecordCollectorAsForwardFrom',

2410: exception
2411: when others then
2412: -- The line below records this function call in the error system
2413: -- in the case of an exception.
2414: wf_core.context('ARP_CMREQ_WF', 'RecordCollectorAsForwardFrom',
2415: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
2416: raise;
2417:
2418: end RecordCollectorAsForwardFrom;

Line 2508: wf_core.context('ARP_CMREQ_WF', 'RecordForwardToUserInfo',

2504: exception
2505: when others then
2506: -- The line below records this function call in the error system
2507: -- in the case of an exception.
2508: wf_core.context('ARP_CMREQ_WF', 'RecordForwardToUserInfo',
2509: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
2510: raise;
2511:
2512: end RecordForwardToUserInfo;

Line 2574: wf_core.context('ARP_CMREQ_WF', 'CheckForwardFromUser',

2570: exception
2571: when others then
2572: -- The line below records this function call in the error system
2573: -- in the case of an exception.
2574: wf_core.context('ARP_CMREQ_WF', 'CheckForwardFromUser',
2575: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
2576: raise;
2577:
2578: end CheckForwardFromUser;

Line 2699: wf_core.context('ARP_CMREQ_WF', 'RecordApproverAsForwardFrom',

2695: exception
2696: when others then
2697: -- The line below records this function call in the error system
2698: -- in the case of an exception.
2699: wf_core.context('ARP_CMREQ_WF', 'RecordApproverAsForwardFrom',
2700: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
2701: raise;
2702:
2703: end RecordApproverAsForwardFrom;

Line 2799: wf_core.context('ARP_CMREQ_WF', 'FinalApprover',

2795: exception
2796: when others then
2797: -- The line below records this function call in the error system
2798: -- in the case of an exception.
2799: wf_core.context('ARP_CMREQ_WF', 'FinalApprover',
2800: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
2801: raise;
2802:
2803: end FinalApprover;

Line 2845: wf_core.Context('ARP_CMREQ_WF', 'CheckFinalApprover',

2841: WHEN NO_DATA_FOUND THEN
2842: p_result_flag := 'N';
2843: return;
2844: WHEN OTHERS THEN
2845: wf_core.Context('ARP_CMREQ_WF', 'CheckFinalApprover',
2846: null, null, null, l_debug_mesg);
2847: raise;
2848:
2849: END CheckFinalApprover;

Line 3010: wf_core.context('ARP_CMREQ_WF', 'RemoveFromDispute',

3006: exception
3007: when others then
3008: -- The line below records this function call in the error system
3009: -- in the case of an exception.
3010: wf_core.context('ARP_CMREQ_WF', 'RemoveFromDispute',
3011: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3012: raise;
3013:
3014: end RemoveFromDispute;

Line 3102: wf_core.context('ARP_CMREQ_WF', 'FindReceivableApprover',

3098: exception
3099: when others then
3100: -- The line below records this function call in the error system
3101: -- in the case of an exception.
3102: wf_core.context('ARP_CMREQ_WF', 'FindReceivableApprover',
3103: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3104: raise;
3105:
3106: end FindReceivableApprover;

Line 3190: wf_core.context('ARP_CMREQ_WF', 'FindResponder',

3186: exception
3187: when others then
3188: -- The line below records this function call in the error system
3189: -- in the case of an exception.
3190: wf_core.context('ARP_CMREQ_WF', 'FindResponder',
3191: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3192: raise;
3193:
3194: end FindResponder;

Line 3352: wf_core.context('ARP_CMREQ_WF', 'InsertSubmissionNotes',

3348: exception
3349: when others then
3350: -- The line below records this function call in the error system
3351: -- in the case of an exception.
3352: wf_core.context('ARP_CMREQ_WF', 'InsertSubmissionNotes',
3353: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3354: raise;
3355:
3356: end InsertSubmissionNotes;

Line 3457: wf_core.context('ARP_CMREQ_WF', 'InsertApprovalReminderNotes',

3453: exception
3454: when others then
3455: -- The line below records this function call in the error system
3456: -- in the case of an exception.
3457: wf_core.context('ARP_CMREQ_WF', 'InsertApprovalReminderNotes',
3458: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3459: raise;
3460:
3461: end InsertApprovalReminderNotes;

Line 3556: wf_core.context('ARP_CMREQ_WF', 'InsertEscalationNotes',

3552: exception
3553: when others then
3554: -- The line below records this function call in the error system
3555: -- in the case of an exception.
3556: wf_core.context('ARP_CMREQ_WF', 'InsertEscalationNotes',
3557: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3558: raise;
3559:
3560: end InsertEscalationNotes;

Line 3658: wf_core.context('ARP_CMREQ_WF', 'InsertRequestManualNotes',

3654: exception
3655: when others then
3656: -- The line below records this function call in the error system
3657: -- in the case of an exception.
3658: wf_core.context('ARP_CMREQ_WF', 'InsertRequestManualNotes',
3659: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3660: raise;
3661:
3662: end InsertRequestManualNotes;

Line 3784: wf_core.context('ARP_CMREQ_WF', 'InsertCompletedManualNotes',

3780: exception
3781: when others then
3782: -- The line below records this function call in the error system
3783: -- in the case of an exception.
3784: wf_core.context('ARP_CMREQ_WF', 'InsertCompletedManualNotes',
3785: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3786: raise;
3787:
3788: end InsertCompletedManualNotes;

Line 3883: wf_core.context('ARP_CMREQ_WF', 'InsertRequestApprovalNotes',

3879: exception
3880: when others then
3881: -- The line below records this function call in the error system
3882: -- in the case of an exception.
3883: wf_core.context('ARP_CMREQ_WF', 'InsertRequestApprovalNotes',
3884: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3885: raise;
3886:
3887: end InsertRequestApprovalNotes;

Line 3982: wf_core.context('ARP_CMREQ_WF', 'InsertApprovedResponseNotes',

3978: exception
3979: when others then
3980: -- The line below records this function call in the error system
3981: -- in the case of an exception.
3982: wf_core.context('ARP_CMREQ_WF', 'InsertApprovedResponseNotes',
3983: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
3984: raise;
3985:
3986: end InsertApprovedResponseNotes;

Line 4105: wf_core.context('ARP_CMREQ_WF', 'InsertRejectedResponseNotes',

4101: exception
4102: when others then
4103: -- The line below records this function call in the error system
4104: -- in the case of an exception.
4105: wf_core.context('ARP_CMREQ_WF', 'InsertRejectedResponseNotes',
4106: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
4107: raise;
4108:
4109:

Line 4206: wf_core.context('ARP_CMREQ_WF', 'InsertSuccessfulAPINotes',

4202: exception
4203: when others then
4204: -- The line below records this function call in the error system
4205: -- in the case of an exception.
4206: wf_core.context('ARP_CMREQ_WF', 'InsertSuccessfulAPINotes',
4207: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
4208: raise;
4209:
4210: end InsertSuccessfulAPINotes;

Line 4325: wf_core.context('ARP_CMREQ_WF', 'InsertNotes',

4321: exception
4322: when others then
4323: -- The line below records this function call in the error system
4324: -- in the case of an exception.
4325: wf_core.context('ARP_CMREQ_WF', 'InsertNotes',
4326: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
4327: raise;
4328:
4329: end InsertNotes;

Line 4385: wf_core.Context('ARP_CMREQ_WF', 'InsertTrxNotes',

4381:
4382: EXCEPTION
4383: WHEN OTHERS THEN
4384: x_note_id := -1;
4385: wf_core.Context('ARP_CMREQ_WF', 'InsertTrxNotes',
4386: null, null, null, l_debug_mesg);
4387: RAISE;
4388:
4389: END InsertTrxNotes;

Line 4616: wf_core.context('ARP_CMREQ_WF', 'CallTrxApi',

4612: exception
4613: when others then
4614: -- The line below records this function call in the error system
4615: -- in the case of an exception.
4616: wf_core.context('ARP_CMREQ_WF', 'CallTrxApi',
4617: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
4618: raise;
4619:
4620: end CallTrxApi;

Line 4754: wf_core.context('ARP_CMREQ_WF', 'CheckCreditMethods',

4750: exception
4751: when others then
4752: -- The line below records this function call in the error system
4753: -- in the case of an exception.
4754: wf_core.context('ARP_CMREQ_WF', 'CheckCreditMethods',
4755: p_item_type, p_item_key, to_char(p_actid), p_funcmode);
4756: raise;
4757:
4758: end CheckCreditMethods;

Line 4787: wf_core.Context('ARP_CMREQ_WF', 'SetContext',

4783: mo_global.set_policy_context('S', l_org_id);
4784:
4785: exception
4786: when others then
4787: wf_core.Context('ARP_CMREQ_WF', 'SetContext',
4788: null, null, null, l_debug_mesg);
4789: raise;
4790:
4791: END SetOrgContext;