DBA Data[Home] [Help]

APPS.AR_AME_CMWF_API dependencies on WF_CORE

Line 79: wf_core.context(

75:
76: EXCEPTION
77: WHEN OTHERS THEN
78:
79: wf_core.context(
80: pkg_name => 'ARP_CMREQ_WF',
81: proc_name => 'CALLBACK_ROUTINE',
82: arg1 => p_item_type,
83: arg2 => p_item_key,

Line 121: wf_core.context(

117:
118: EXCEPTION
119: WHEN OTHERS THEN
120:
121: wf_core.context(
122: pkg_name => 'AR_AME_CMWF_API',
123: proc_name => 'RESTORE_CONTEXT',
124: arg1 => c_item_type,
125: arg2 => NULL,

Line 170: wf_core.context(

166:
167: EXCEPTION
168: WHEN OTHERS THEN
169:
170: wf_core.context(
171: pkg_name => 'AR_AME_CMWF_API',
172: proc_name => 'SAVE_CONTEXT',
173: arg1 => c_item_type,
174: arg2 => NULL,

Line 272: wf_core.context(

268:
269: EXCEPTION
270: WHEN OTHERS THEN
271:
272: wf_core.context(
273: pkg_name => 'AR_AME_CMWF_API',
274: proc_name => 'VALIDATE_FIRST_APPROVER',
275: arg1 => c_item_type,
276: arg2 => NULL,

Line 318: wf_core.context(

314:
315: EXCEPTION
316: WHEN OTHERS THEN
317:
318: wf_core.context(
319: pkg_name => 'AR_AME_CMWF_API',
320: proc_name => 'GET_EMPLOYEE_ID',
321: arg1 => c_item_type,
322: arg2 => NULL,

Line 356: wf_core.context(

352:
353: EXCEPTION
354: WHEN OTHERS THEN
355:
356: wf_core.context(
357: pkg_name => 'AR_AME_CMWF_API',
358: proc_name => 'GET_USER_ID',
359: arg1 => c_item_type,
360: arg2 => NULL,

Line 421: wf_core.context(

417: WHEN NO_DATA_FOUND THEN
418: p_user_name := NULL ;
419: p_display_name := NULL ;
420:
421: wf_core.context(
422: pkg_name => 'AR_AME_CMWF_API',
423: proc_name => 'GETUSERINFOFROMTABLE',
424: arg1 => c_item_type,
425: arg2 => p_user_id,

Line 434: wf_core.context(

430: RAISE;
431:
432: WHEN OTHERS THEN
433:
434: wf_core.context(
435: pkg_name => 'AR_AME_CMWF_API',
436: proc_name => 'GETUSERINFOFROMTABLE',
437: arg1 => c_item_type,
438: arg2 => p_user_id,

Line 501: wf_core.context(

497:
498: EXCEPTION
499: WHEN OTHERS THEN
500:
501: wf_core.context(
502: pkg_name => 'AR_AME_CMWF_API',
503: proc_name => 'GETEMPLOYEEINFO',
504: arg1 => p_item_type,
505: arg2 => p_item_key,

Line 657: wf_core.context(

653:
654: EXCEPTION
655: WHEN OTHERS THEN
656:
657: wf_core.context(
658: pkg_name => 'AR_AME_CMWF_API',
659: proc_name => 'CHECKUSERINTABLE',
660: arg1 => c_item_type,
661: arg2 => NULL,

Line 765: wf_core.context(

761:
762: EXCEPTION
763: WHEN OTHERS THEN
764:
765: wf_core.context(
766: pkg_name => 'AR_AME_CMWF_API',
767: proc_name => 'FINDNEXTAPPROVER',
768: arg1 => p_item_type,
769: arg2 => p_item_key,

Line 850: wf_core.context(

846:
847: EXCEPTION
848: WHEN OTHERS THEN
849:
850: wf_core.context(
851: pkg_name => 'AR_AME_CMWF_API',
852: proc_name => 'RECORDRESPONSEWITHAME',
853: arg1 => p_item_type,
854: arg2 => p_item_key,

Line 938: wf_core.context(

934:
935: EXCEPTION
936: WHEN OTHERS THEN
937:
938: wf_core.context(
939: pkg_name => 'AR_AME_CMWF_API',
940: proc_name => 'SKIPIFDUPLICATE',
941: arg1 => p_item_type,
942: arg2 => p_item_key,

Line 1255: wf_core.context(

1251:
1252: EXCEPTION
1253: WHEN OTHERS THEN
1254:
1255: wf_core.context(
1256: pkg_name => 'AR_AME_CMWF_API',
1257: proc_name => 'FINDTRX',
1258: arg1 => p_item_type,
1259: arg2 => p_item_key,

Line 1394: wf_core.context(

1390: p_orig_trx_number := NULL;
1391: p_tax_ex_cert_num := NULL;
1392: p_internal_comment := NULL;
1393:
1394: wf_core.context(
1395: pkg_name => 'AR_AME_CMWF_API',
1396: proc_name => 'GETCUSTOMERTRXINFO',
1397: arg1 => p_item_type,
1398: arg2 => p_item_key,

Line 1454: wf_core.context(

1450: p_original_freight_amount := NULL;
1451: p_original_total := NULL;
1452: p_currency_code := NULL;
1453:
1454: wf_core.context(
1455: pkg_name => 'AR_AME_CMWF_API',
1456: proc_name => 'GETTRXAMOUNT',
1457: arg1 => p_item_type,
1458: arg2 => p_item_key,

Line 1652: wf_core.context(

1648:
1649: EXCEPTION
1650: WHEN OTHERS THEN
1651:
1652: wf_core.context(
1653: pkg_name => 'AR_AME_CMWF_API',
1654: proc_name => 'FINDCUSTOMER',
1655: arg1 => p_item_type,
1656: arg2 => p_item_key,

Line 1737: wf_core.context(

1733: p_bill_to_customer_number := NULL;
1734:
1735: WHEN OTHERS THEN
1736:
1737: wf_core.context(
1738: pkg_name => 'AR_AME_CMWF_API',
1739: proc_name => 'FINDCUSTOMERINFO',
1740: arg1 => c_item_type,
1741: arg2 => NULL,

Line 1942: wf_core.context(

1938:
1939: EXCEPTION
1940: WHEN OTHERS THEN
1941:
1942: wf_core.context(
1943: pkg_name => 'AR_AME_CMWF_API',
1944: proc_name => 'FINDCOLLECTOR',
1945: arg1 => p_item_type,
1946: arg2 => p_item_key,

Line 2069: wf_core.context(

2065:
2066: EXCEPTION
2067: WHEN OTHERS THEN
2068:
2069: wf_core.context(
2070: pkg_name => 'AR_AME_CMWF_API',
2071: proc_name => 'AMECHECKRULE',
2072: arg1 => p_item_type,
2073: arg2 => p_item_key,

Line 2157: wf_core.context(

2153: p_result := 'COMPLETE:N';
2154: RETURN;
2155: WHEN OTHERS THEN
2156:
2157: wf_core.context(
2158: pkg_name => 'AR_AME_CMWF_API',
2159: proc_name => 'AMECHECKPRIMARYAPPROVER',
2160: arg1 => p_item_type,
2161: arg2 => p_item_key,

Line 2361: wf_core.context(

2357:
2358: EXCEPTION
2359: WHEN OTHERS THEN
2360:
2361: wf_core.context(
2362: pkg_name => 'AR_AME_CMWF_API',
2363: proc_name => 'AMEFINDPRIMARYAPPROVER',
2364: arg1 => p_item_type,
2365: arg2 => p_item_key,

Line 2471: wf_core.context(

2467:
2468: EXCEPTION
2469: WHEN OTHERS THEN
2470:
2471: wf_core.context(
2472: pkg_name => 'AR_AME_CMWF_API',
2473: proc_name => 'AMESETNONPRIMARYAPPROVER',
2474: arg1 => p_item_type,
2475: arg2 => p_item_key,

Line 2574: wf_core.context(

2570:
2571: EXCEPTION
2572: WHEN OTHERS THEN
2573:
2574: wf_core.context(
2575: pkg_name => 'AR_AME_CMWF_API',
2576: proc_name => 'AMEFINDNONPRIMARYAPPROVER',
2577: arg1 => p_item_type,
2578: arg2 => p_item_key,

Line 2783: wf_core.context(

2779:
2780: EXCEPTION
2781: WHEN OTHERS THEN
2782:
2783: wf_core.context(
2784: pkg_name => 'AR_AME_CMWF_API',
2785: proc_name => 'AMEFINDNEXTNONPRIMARYAPPROVER',
2786: arg1 => p_item_type,
2787: arg2 => p_item_key,

Line 3008: wf_core.context(

3004:
3005: EXCEPTION
3006: WHEN OTHERS THEN
3007:
3008: wf_core.context(
3009: pkg_name => 'AR_AME_CMWF_API',
3010: proc_name => 'AMEFINDMANAGER',
3011: arg1 => p_item_type,
3012: arg2 => p_item_key,

Line 3156: wf_core.context(

3152:
3153: EXCEPTION
3154: WHEN OTHERS THEN
3155:
3156: wf_core.context(
3157: pkg_name => 'AR_AME_CMWF_API',
3158: proc_name => 'RECORDCOLLECTORASFORWARDFROM',
3159: arg1 => p_item_type,
3160: arg2 => p_item_key,

Line 3265: wf_core.context(

3261: EXCEPTION
3262: WHEN OTHERS THEN
3263:
3264:
3265: wf_core.context(
3266: pkg_name => 'AR_AME_CMWF_API',
3267: proc_name => 'RECORDFORWARDTOUSERINFO',
3268: arg1 => p_item_type,
3269: arg2 => p_item_key,

Line 3341: wf_core.context(

3337:
3338: EXCEPTION
3339: WHEN OTHERS THEN
3340:
3341: wf_core.context(
3342: pkg_name => 'AR_AME_CMWF_API',
3343: proc_name => 'CHECKFORWARDFROMUSER',
3344: arg1 => p_item_type,
3345: arg2 => p_item_key,

Line 3478: wf_core.context(

3474:
3475: EXCEPTION
3476: WHEN OTHERS THEN
3477:
3478: wf_core.context(
3479: pkg_name => 'AR_AME_CMWF_API',
3480: proc_name => 'RECORDAPPROVERASFORWARDFROM',
3481: arg1 => p_item_type,
3482: arg2 => p_item_key,

Line 3535: wf_core.context(

3531: RETURN;
3532:
3533: WHEN OTHERS THEN
3534:
3535: wf_core.context(
3536: pkg_name => 'AR_AME_CMWF_API',
3537: proc_name => 'CHECKFINALAPPROVER',
3538: arg1 => c_item_type,
3539: arg2 => NULL,

Line 3772: wf_core.context(

3768:
3769: EXCEPTION
3770: WHEN OTHERS THEN
3771:
3772: wf_core.context(
3773: pkg_name => 'AR_AME_CMWF_API',
3774: proc_name => 'REMOVEFROMDISPUTE',
3775: arg1 => p_item_type,
3776: arg2 => p_item_key,

Line 3881: wf_core.context(

3877:
3878: EXCEPTION
3879: WHEN OTHERS THEN
3880:
3881: wf_core.context(
3882: pkg_name => 'AR_AME_CMWF_API',
3883: proc_name => 'AMEFINDRECEIVABLEAPPROVER',
3884: arg1 => p_item_type,
3885: arg2 => p_item_key,

Line 3982: wf_core.context(

3978:
3979: EXCEPTION
3980: WHEN OTHERS THEN
3981:
3982: wf_core.context(
3983: pkg_name => 'AR_AME_CMWF_API',
3984: proc_name => 'FINDRESPONDER',
3985: arg1 => p_item_type,
3986: arg2 => p_item_key,

Line 4160: wf_core.context(

4156:
4157: EXCEPTION
4158: WHEN OTHERS THEN
4159:
4160: wf_core.context(
4161: pkg_name => 'AR_AME_CMWF_API',
4162: proc_name => 'INSERTSUBMISSIONNOTES',
4163: arg1 => p_item_type,
4164: arg2 => p_item_key,

Line 4265: wf_core.context(

4261:
4262: EXCEPTION
4263: WHEN OTHERS THEN
4264:
4265: wf_core.context(
4266: pkg_name => 'AR_AME_CMWF_API',
4267: proc_name => 'INSERTAPPROVALREMINDERNOTES',
4268: arg1 => p_item_type,
4269: arg2 => p_item_key,

Line 4371: wf_core.context(

4367:
4368: EXCEPTION
4369: WHEN OTHERS THEN
4370:
4371: wf_core.context(
4372: pkg_name => 'AR_AME_CMWF_API',
4373: proc_name => 'INSERTESCALATIONNOTES',
4374: arg1 => p_item_type,
4375: arg2 => p_item_key,

Line 4479: wf_core.context(

4475:
4476: EXCEPTION
4477: WHEN OTHERS THEN
4478:
4479: wf_core.context(
4480: pkg_name => 'AR_AME_CMWF_API',
4481: proc_name => 'INSERTREQUESTMANUALNOTES',
4482: arg1 => p_item_type,
4483: arg2 => p_item_key,

Line 4611: wf_core.context(

4607:
4608: EXCEPTION
4609: WHEN OTHERS THEN
4610:
4611: wf_core.context(
4612: pkg_name => 'AR_AME_CMWF_API',
4613: proc_name => 'INSERTCOMPLETEDMANUALNOTES',
4614: arg1 => p_item_type,
4615: arg2 => p_item_key,

Line 4716: wf_core.context(

4712:
4713: EXCEPTION
4714: WHEN OTHERS THEN
4715:
4716: wf_core.context(
4717: pkg_name => 'AR_AME_CMWF_API',
4718: proc_name => 'INSERTREQUESTAPPROVALNOTES',
4719: arg1 => p_item_type,
4720: arg2 => p_item_key,

Line 4861: wf_core.context(

4857:
4858: EXCEPTION
4859: WHEN OTHERS THEN
4860:
4861: wf_core.context(
4862: pkg_name => 'AR_AME_CMWF_API',
4863: proc_name => 'INSERTAPPROVEDRESPONSENOTES',
4864: arg1 => p_item_type,
4865: arg2 => p_item_key,

Line 5026: wf_core.context(

5022:
5023: EXCEPTION
5024: WHEN OTHERS THEN
5025:
5026: wf_core.context(
5027: pkg_name => 'AR_AME_CMWF_API',
5028: proc_name => 'INSERTREJECTEDRESPONSENOTES',
5029: arg1 => p_item_type,
5030: arg2 => p_item_key,

Line 5133: wf_core.context(

5129:
5130: EXCEPTION
5131: WHEN OTHERS THEN
5132:
5133: wf_core.context(
5134: pkg_name => 'AR_AME_CMWF_API',
5135: proc_name => 'INSERTSUCCESSFULAPINOTES',
5136: arg1 => p_item_type,
5137: arg2 => p_item_key,

Line 5256: wf_core.context(

5252:
5253: EXCEPTION
5254: WHEN OTHERS THEN
5255:
5256: wf_core.context(
5257: pkg_name => 'AR_AME_CMWF_API',
5258: proc_name => 'INSERTNOTES',
5259: arg1 => p_item_type,
5260: arg2 => p_item_key,

Line 5332: wf_core.context(

5328:
5329: EXCEPTION
5330: WHEN OTHERS THEN
5331: x_note_id := -1;
5332: wf_core.context(
5333: pkg_name => 'AR_AME_CMWF_API',
5334: proc_name => 'INSERTTRXNOTES',
5335: arg1 => c_item_type,
5336: arg2 => NULL,

Line 5627: wf_core.context(

5623:
5624: EXCEPTION
5625: WHEN OTHERS THEN
5626:
5627: wf_core.context(
5628: pkg_name => 'AR_AME_CMWF_API',
5629: proc_name => 'CALLTRXAPI',
5630: arg1 => p_item_type,
5631: arg2 => p_item_key,

Line 5804: wf_core.context(

5800:
5801: EXCEPTION
5802: WHEN OTHERS THEN
5803:
5804: wf_core.context(
5805: pkg_name => 'AR_AME_CMWF_API',
5806: proc_name => 'CHECKCREDITMETHODS',
5807: arg1 => p_item_type,
5808: arg2 => p_item_key,

Line 5902: wf_core.context(

5898:
5899: EXCEPTION
5900: WHEN OTHERS THEN
5901:
5902: wf_core.context(
5903: pkg_name => 'AR_AME_CMWF_API',
5904: proc_name => 'FIND_PRIMARY_SALESREP',
5905: arg1 => p_item_type,
5906: arg2 => p_item_key,

Line 5973: wf_core.context(

5969:
5970: EXCEPTION
5971: WHEN OTHERS THEN
5972:
5973: wf_core.context(
5974: pkg_name => 'AR_AME_CMWF_API',
5975: proc_name => 'CHECK_FIRST_APPROVER',
5976: arg1 => p_item_type,
5977: arg2 => p_item_key,

Line 6046: wf_core.context(

6042:
6043: EXCEPTION
6044: WHEN OTHERS THEN
6045:
6046: wf_core.context(
6047: pkg_name => 'AR_AME_CMWF_API',
6048: proc_name => 'ON_ACCOUNT_CREDIT_MEMO',
6049: arg1 => p_item_type,
6050: arg2 => p_item_key,

Line 6111: wf_core.context(

6107:
6108: EXCEPTION
6109: WHEN OTHERS THEN
6110:
6111: wf_core.context(
6112: pkg_name => 'AR_AME_CMWF_API',
6113: proc_name => 'INFORM_COLLECTOR',
6114: arg1 => p_item_type,
6115: arg2 => p_item_key,