DBA Data[Home] [Help]

APPS.JTF_UM_WF_APPROVAL dependencies on WF_CORE

Line 580: wf_core.context ('JTF_UM_WF_APPROVAL', 'Selector', item_type, item_key, to_char (activity_id), command);

576: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Selector API');
577:
578: exception
579: when others then
580: wf_core.context ('JTF_UM_WF_APPROVAL', 'Selector', item_type, item_key, to_char (activity_id), command);
581: raise;
582: end selector;
583:
584: --

Line 889: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode,

885: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Initialization API');
886:
887: exception
888: when MISSING_REQUESTER_USER_ID then
889: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode,
890: 'Requester User ID is missing in the FND_USER');
891: raise;
892: when others then
893: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode);

Line 893: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode);

889: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode,
890: 'Requester User ID is missing in the FND_USER');
891: raise;
892: when others then
893: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode);
894: raise;
895: end Initialization;
896:
897: /**

Line 1189: wf_core.context ('JTF_UM_WF_APPROVAL', 'SelectorApprover', itemtype,

1185: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Initialization API');
1186:
1187: exception
1188: when others then
1189: wf_core.context ('JTF_UM_WF_APPROVAL', 'SelectorApprover', itemtype,
1190: itemkey, to_char (actid), funcmode);
1191: raise;
1192: end SelectApprover;
1193:

Line 1340: wf_core.token ('MESSAGE', 'Cannot find the current approver (user_id = '||to_char(x_approverId)

1336: fetch approverSequenceCursor into l_approverSeq;
1337: if (approverSequenceCursor%notfound) then
1338: -- ERROR, can't find the approver's sequence.
1339: close approverSequenceCursor;
1340: wf_core.token ('MESSAGE', 'Cannot find the current approver (user_id = '||to_char(x_approverId)
1341: ||' approval_id ='||to_char(l_approvalId)||') in JTF_UM_APPROVERS - Data corruption.');
1342: wf_core.raise ('MISSING_APPROVER_SEQUENCE');
1343: end if;
1344: close approverSequenceCursor;

Line 1342: wf_core.raise ('MISSING_APPROVER_SEQUENCE');

1338: -- ERROR, can't find the approver's sequence.
1339: close approverSequenceCursor;
1340: wf_core.token ('MESSAGE', 'Cannot find the current approver (user_id = '||to_char(x_approverId)
1341: ||' approval_id ='||to_char(l_approvalId)||') in JTF_UM_APPROVERS - Data corruption.');
1342: wf_core.raise ('MISSING_APPROVER_SEQUENCE');
1343: end if;
1344: close approverSequenceCursor;
1345: end if;
1346:

Line 1378: wf_core.context ('JTF_UM_WF_APPROVAL', 'GetApprover', x_itemtype, x_itemkey);

1374: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting GetApprover API');
1375:
1376: exception
1377: when others then
1378: wf_core.context ('JTF_UM_WF_APPROVAL', 'GetApprover', x_itemtype, x_itemkey);
1379: raise;
1380: end GetApprover;
1381:
1382: --

Line 1440: wf_core.context ('JTF_UM_WF_APPROVAL', 'SelectRequestType', itemtype, itemkey, to_char (actid), funcmode);

1436: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting SelectRequestType API');
1437:
1438: exception
1439: when others then
1440: wf_core.context ('JTF_UM_WF_APPROVAL', 'SelectRequestType', itemtype, itemkey, to_char (actid), funcmode);
1441: raise;
1442: end SelectRequestType;
1443:
1444: --

Line 1585: wf_core.context ('JTF_UM_WF_APPROVAL', 'initialize_fail_escalate', itemtype, itemkey, to_char (actid), funcmode);

1581: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting initialize_fail_escalate API');
1582:
1583: exception
1584: when others then
1585: wf_core.context ('JTF_UM_WF_APPROVAL', 'initialize_fail_escalate', itemtype, itemkey, to_char (actid), funcmode);
1586: raise;
1587: end initialize_fail_escalate;
1588:
1589: --

Line 1655: wf_core.context ('JTF_UM_WF_APPROVAL', 'WaitForApproval', itemtype, itemkey, to_char (actid), funcmode);

1651: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting WaitForApproval API');
1652:
1653: exception
1654: when others then
1655: wf_core.context ('JTF_UM_WF_APPROVAL', 'WaitForApproval', itemtype, itemkey, to_char (actid), funcmode);
1656: raise;
1657: end WaitForApproval;
1658:
1659: --

Line 1768: wf_core.context ('JTF_UM_WF_APPROVAL', 'post_notification', itemtype, itemkey, to_char (actid), funcmode);

1764: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting post_notification API');
1765:
1766: exception
1767: when others then
1768: wf_core.context ('JTF_UM_WF_APPROVAL', 'post_notification', itemtype, itemkey, to_char (actid), funcmode);
1769: raise;
1770: end post_notification;
1771:
1772: --

Line 1837: -- wf_core.context ('JTF_UM_WF_APPROVAL', 'store_delegate_flag', itemtype, itemkey, to_char (actid), funcmode);

1833: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting store_delegate_flag API');
1834:
1835: exception
1836: when others then
1837: -- wf_core.context ('JTF_UM_WF_APPROVAL', 'store_delegate_flag', itemtype, itemkey, to_char (actid), funcmode);
1838: raise;
1839:
1840: end store_delegate_flag;
1841:

Line 2046: wf_core.context ('JTF_UM_WF_APPROVAL', 'Approve_Req', itemtype, itemkey, to_char(actid), funcmode);

2042: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Approve_Req API');
2043:
2044: exception
2045: when others then
2046: wf_core.context ('JTF_UM_WF_APPROVAL', 'Approve_Req', itemtype, itemkey, to_char(actid), funcmode);
2047: raise;
2048: end Approve_Req;
2049:
2050: --

Line 2270: wf_core.context ('JTF_UM_WF_APPROVAL', 'Reject_Req', itemtype, itemkey, to_char(actid), funcmode);

2266: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Reject_Req API');
2267:
2268: exception
2269: when others then
2270: wf_core.context ('JTF_UM_WF_APPROVAL', 'Reject_Req', itemtype, itemkey, to_char(actid), funcmode);
2271: raise;
2272: end Reject_Req;
2273:
2274: --

Line 2362: wf_core.context ('JTF_UM_WF_APPROVAL', 'Can_Delegate', itemtype, itemkey, to_char (actid), funcmode, 'l_approver_userID='||to_char (l_approver_userID));

2358: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Can_Delegate API');
2359:
2360: exception
2361: when others then
2362: wf_core.context ('JTF_UM_WF_APPROVAL', 'Can_Delegate', itemtype, itemkey, to_char (actid), funcmode, 'l_approver_userID='||to_char (l_approver_userID));
2363: raise;
2364: end Can_Delegate;
2365:
2366: --

Line 2438: wf_core.context ('JTF_UM_WF_APPROVAL', 'CAN_ENROLLMENT_DELEGATE', itemtype, itemkey, to_char (actid), funcmode);

2434: p_message => l_procedure_name);
2435:
2436: exception
2437: when others then
2438: wf_core.context ('JTF_UM_WF_APPROVAL', 'CAN_ENROLLMENT_DELEGATE', itemtype, itemkey, to_char (actid), funcmode);
2439: raise;
2440: end can_enrollment_delegate;
2441:
2442: --

Line 2533: wf_core.context ('JTF_UM_WF_APPROVAL', l_procedure_name, itemtype, itemkey, to_char (actid), funcmode);

2529: p_message => l_procedure_name);
2530:
2531: exception
2532: when others then
2533: wf_core.context ('JTF_UM_WF_APPROVAL', l_procedure_name, itemtype, itemkey, to_char (actid), funcmode);
2534: raise;
2535: end universal_approvers_exists;
2536:
2537: --

Line 2645: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode, 'Usertype info is missing');

2641: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting CHECK_EMAIL_NOTIFI_TYPE API');
2642:
2643: exception
2644: when MISSING_USERTYPE_INFO then
2645: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode, 'Usertype info is missing');
2646: raise;
2647: when others then
2648: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode);
2649: raise;

Line 2648: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode);

2644: when MISSING_USERTYPE_INFO then
2645: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode, 'Usertype info is missing');
2646: raise;
2647: when others then
2648: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode);
2649: raise;
2650: end CHECK_EMAIL_NOTIFI_TYPE;
2651:
2652: --

Line 2814: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity',

2810: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting CompleteApprovalActivity API');
2811:
2812: exception
2813: when UNKNOWN_REQUEST_TYPE then
2814: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity',
2815: itemtype, itemkey, resultCode, approverComment);
2816: raise;
2817: when others then
2818: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity', itemtype, itemkey, resultCode, approverComment);

Line 2818: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity', itemtype, itemkey, resultCode, approverComment);

2814: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity',
2815: itemtype, itemkey, resultCode, approverComment);
2816: raise;
2817: when others then
2818: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity', itemtype, itemkey, resultCode, approverComment);
2819: raise;
2820:
2821: end CompleteApprovalActivity;
2822:

Line 2938: wf_core.clear;

2934: activity => act);
2935: OK := TRUE;
2936: exception
2937: when others then
2938: wf_core.clear;
2939: end;
2940: end if;
2941:
2942: if (not OK) and (p_act2 is not null) then

Line 2951: wf_core.clear;

2947: activity => act);
2948: OK := TRUE;
2949: exception
2950: when others then
2951: wf_core.clear;
2952: end;
2953: end if;
2954:
2955: if (not OK) and (p_act3 is not null) then

Line 2964: wf_core.clear;

2960: activity => act);
2961: OK := TRUE;
2962: exception
2963: when others then
2964: wf_core.clear;
2965: end;
2966: end if;
2967:
2968: if (not OK) and (p_act4 is not null) then

Line 2977: wf_core.clear;

2973: activity => act);
2974: OK := TRUE;
2975: exception
2976: when others then
2977: wf_core.clear;
2978: end;
2979: end if;
2980:
2981: if (not OK) and (p_act5 is not null) then

Line 2990: wf_core.clear;

2986: activity => act);
2987: OK := TRUE;
2988: exception
2989: when others then
2990: wf_core.clear;
2991: end;
2992: end if;
2993:
2994: if (not OK) and (p_act6 is not null) then

Line 3003: wf_core.clear;

2999: activity => act);
3000: OK := TRUE;
3001: exception
3002: when others then
3003: wf_core.clear;
3004: end;
3005: end if;
3006:
3007: if OK then