DBA Data[Home] [Help]

APPS.AHL_UC_WF_APPR_PVT dependencies on WF_CORE

Line 306: wf_core.context

302: p_msg_data => l_msg_data ,
303: p_attr_name => 'ERROR_MSG',
304: x_error_msg => l_error_msg
305: );
306: wf_core.context
307: (
308: G_PKG_NAME,
309: 'SET_ACTIVITY_DETAILS',
310: itemtype,

Line 319: wf_core.context

315: );
316: resultout := 'COMPLETE:ERROR';
317:
318: WHEN OTHERS THEN
319: wf_core.context
320: (
321: G_PKG_NAME,
322: 'SET_ACTIVITY_DETAILS',
323: itemtype,

Line 447: wf_core.context

443: p_msg_data => l_msg_data ,
444: p_attr_name => 'ERROR_MSG',
445: x_error_msg => l_error_msg
446: ) ;
447: wf_core.context
448: (
449: G_PKG_NAME,
450: 'NTF_FORWARD_FYI',
451: l_item_type,

Line 458: wf_core.context(

454: );
455: RAISE;
456:
457: WHEN OTHERS THEN
458: wf_core.context(
459: G_PKG_NAME,
460: 'NTF_FORWARD_FYI',
461: l_item_type,
462: l_item_key

Line 581: wf_core.context

577: p_msg_data => l_msg_data ,
578: p_attr_name => 'ERROR_MSG',
579: x_error_msg => l_error_msg
580: ) ;
581: wf_core.context
582: (
583: G_PKG_NAME,
584: 'NTF_APPROVED_API',
585: l_item_type,

Line 591: wf_core.context

587: l_error_msg
588: );
589: RAISE;
590: WHEN OTHERS THEN
591: wf_core.context
592: (
593: G_PKG_NAME,
594: 'NTF_APPROVED_API',
595: l_item_type,

Line 714: wf_core.context

710: p_msg_data => l_msg_data ,
711: p_attr_name => 'ERROR_MSG',
712: x_error_msg => l_error_msg
713: ) ;
714: wf_core.context
715: (
716: G_PKG_NAME,
717: 'NTF_FINAL_APPROVAL_FYI',
718: l_item_type,

Line 724: wf_core.context

720: l_error_msg
721: );
722: RAISE;
723: WHEN OTHERS THEN
724: wf_core.context
725: (
726: G_PKG_NAME,
727: 'NTF_FINAL_APPROVAL_FYI',
728: l_item_type,

Line 848: wf_core.context

844: p_msg_data => l_msg_data ,
845: p_attr_name => 'ERROR_MSG',
846: x_error_msg => l_error_msg
847: ) ;
848: wf_core.context
849: (
850: G_PKG_NAME,
851: 'NTF_REJECTED_FYI',
852: l_item_type,

Line 858: wf_core.context(

854: l_error_msg
855: );
856: RAISE;
857: WHEN OTHERS THEN
858: wf_core.context(
859: G_PKG_NAME,
860: 'NTF_REJECTED_FYI',
861: l_item_type,
862: l_item_key

Line 989: wf_core.context

985: p_msg_data => l_msg_data ,
986: p_attr_name => 'ERROR_MSG',
987: x_error_msg => l_error_msg
988: ) ;
989: wf_core.context
990: (
991: G_PKG_NAME,
992: 'NTF_APPROVAL',
993: l_item_type,

Line 999: wf_core.context(

995: l_error_msg
996: );
997: RAISE;
998: WHEN OTHERS THEN
999: wf_core.context(
1000: G_PKG_NAME,
1001: 'NTF_APPROVAL',
1002: l_item_type,
1003: l_item_key

Line 1131: wf_core.context

1127: p_msg_data => l_msg_data ,
1128: p_attr_name => 'ERROR_MSG',
1129: x_error_msg => l_error_msg
1130: ) ;
1131: wf_core.context
1132: (
1133: G_PKG_NAME,
1134: 'NTF_APPROVAL_REMINDER',
1135: l_item_type,

Line 1141: wf_core.context(

1137: l_error_msg
1138: );
1139: RAISE;
1140: WHEN OTHERS THEN
1141: wf_core.context(
1142: G_PKG_NAME,
1143: 'NTF_APPROVAL_REMINDER',
1144: l_item_type,
1145: l_item_key

Line 1262: wf_core.context

1258: p_msg_data => l_msg_data ,
1259: p_attr_name => 'ERROR_MSG',
1260: x_error_msg => l_error_msg
1261: ) ;
1262: wf_core.context
1263: (
1264: G_PKG_NAME,
1265: 'NTF_ERROR_ACT',
1266: l_item_type,

Line 1272: wf_core.context

1268: l_error_msg
1269: );
1270: RAISE;
1271: WHEN OTHERS THEN
1272: wf_core.context
1273: (
1274: G_PKG_NAME,
1275: 'NTF_ERROR_ACT',
1276: l_item_type,

Line 1490: wf_core.context

1486: p_msg_data => l_msg_data ,
1487: p_attr_name => 'ERROR_MSG',
1488: x_error_msg => l_error_msg
1489: );
1490: wf_core.context
1491: (
1492: G_PKG_NAME,
1493: 'UPDATE_STATUS',
1494: itemtype,

Line 1503: wf_core.context(

1499: );
1500: RAISE;
1501:
1502: WHEN OTHERS THEN
1503: wf_core.context(
1504: G_PKG_NAME,
1505: 'UPDATE_STATUS',
1506: itemtype,
1507: itemkey,

Line 1688: wf_core.context

1684: p_msg_data => l_msg_data ,
1685: p_attr_name => 'ERROR_MSG',
1686: x_error_msg => l_error_msg
1687: ) ;
1688: wf_core.context
1689: (
1690: G_PKG_NAME,
1691: 'REVERT_STATUS',
1692: itemtype,

Line 1700: wf_core.context

1696: l_error_msg
1697: );
1698: RAISE;
1699: WHEN OTHERS THEN
1700: wf_core.context
1701: (
1702: G_PKG_NAME,
1703: 'REVERT_STATUS',
1704: itemtype,