DBA Data[Home] [Help]

APPS.AHL_UC_ACL_WF_APPR_PVT dependencies on WF_CORE

Line 312: wf_core.context

308: p_msg_data => l_msg_data ,
309: p_attr_name => 'ERROR_MSG',
310: x_error_msg => l_error_msg
311: );
312: wf_core.context
313: (
314: G_PKG_NAME,
315: 'SET_ACTIVITY_DETAILS',
316: itemtype,

Line 325: wf_core.context

321: );
322: resultout := 'COMPLETE:ERROR';
323:
324: WHEN OTHERS THEN
325: wf_core.context
326: (
327: G_PKG_NAME,
328: 'SET_ACTIVITY_DETAILS',
329: itemtype,

Line 450: wf_core.context

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

Line 461: wf_core.context

457: );
458: RAISE;
459:
460: WHEN OTHERS THEN
461: wf_core.context
462: (
463: G_PKG_NAME,
464: 'NTF_FORWARD_FYI',
465: l_item_type,

Line 584: wf_core.context

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

Line 594: wf_core.context

590: l_error_msg
591: );
592: RAISE;
593: WHEN OTHERS THEN
594: wf_core.context
595: (
596: G_PKG_NAME,
597: 'NTF_APPROVED_API',
598: 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 846: wf_core.context

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

Line 856: wf_core.context(

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

Line 988: wf_core.context

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

Line 998: wf_core.context(

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

Line 1130: wf_core.context

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

Line 1140: wf_core.context(

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

Line 1259: wf_core.context

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

Line 1269: wf_core.context

1265: l_error_msg
1266: );
1267: RAISE;
1268: WHEN OTHERS THEN
1269: wf_core.context
1270: (
1271: G_PKG_NAME,
1272: 'NTF_ERROR_ACT',
1273: l_item_type,

Line 1470: wf_core.context

1466: p_msg_data => l_msg_data ,
1467: p_attr_name => 'ERROR_MSG',
1468: x_error_msg => l_error_msg
1469: );
1470: wf_core.context
1471: (
1472: G_PKG_NAME,
1473: 'UPDATE_STATUS',
1474: itemtype,

Line 1483: wf_core.context(

1479: );
1480: RAISE;
1481:
1482: WHEN OTHERS THEN
1483: wf_core.context(
1484: G_PKG_NAME,
1485: 'UPDATE_STATUS',
1486: itemtype,
1487: itemkey,

Line 1657: wf_core.context

1653: p_msg_data => l_msg_data ,
1654: p_attr_name => 'ERROR_MSG',
1655: x_error_msg => l_error_msg
1656: ) ;
1657: wf_core.context
1658: (
1659: G_PKG_NAME,
1660: 'REVERT_STATUS',
1661: itemtype,

Line 1669: wf_core.context

1665: l_error_msg
1666: );
1667: RAISE;
1668: WHEN OTHERS THEN
1669: wf_core.context
1670: (
1671: G_PKG_NAME,
1672: 'REVERT_STATUS',
1673: itemtype,