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 895: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode,

891: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Initialization API');
892:
893: exception
894: when MISSING_REQUESTER_USER_ID then
895: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode,
896: 'Requester User ID is missing in the FND_USER');
897: raise;
898: when others then
899: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode);

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

895: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode,
896: 'Requester User ID is missing in the FND_USER');
897: raise;
898: when others then
899: wf_core.context ('JTF_UM_WF_APPROVAL', 'Initialization', itemtype, itemkey, to_char (actid), funcmode);
900: raise;
901: end Initialization;
902:
903: /**

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

1193: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Initialization API');
1194:
1195: exception
1196: when others then
1197: wf_core.context ('JTF_UM_WF_APPROVAL', 'SelectorApprover', itemtype,
1198: itemkey, to_char (actid), funcmode);
1199: raise;
1200: end SelectApprover;
1201:

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

1348: fetch approverSequenceCursor into l_approverSeq;
1349: if (approverSequenceCursor%notfound) then
1350: -- ERROR, can't find the approver's sequence.
1351: close approverSequenceCursor;
1352: wf_core.token ('MESSAGE', 'Cannot find the current approver (user_id = '||to_char(x_approverId)
1353: ||' approval_id ='||to_char(l_approvalId)||') in JTF_UM_APPROVERS - Data corruption.');
1354: wf_core.raise ('MISSING_APPROVER_SEQUENCE');
1355: end if;
1356: close approverSequenceCursor;

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

1350: -- ERROR, can't find the approver's sequence.
1351: close approverSequenceCursor;
1352: wf_core.token ('MESSAGE', 'Cannot find the current approver (user_id = '||to_char(x_approverId)
1353: ||' approval_id ='||to_char(l_approvalId)||') in JTF_UM_APPROVERS - Data corruption.');
1354: wf_core.raise ('MISSING_APPROVER_SEQUENCE');
1355: end if;
1356: close approverSequenceCursor;
1357: end if;
1358:

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

1386: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting GetApprover API');
1387:
1388: exception
1389: when others then
1390: wf_core.context ('JTF_UM_WF_APPROVAL', 'GetApprover', x_itemtype, x_itemkey);
1391: raise;
1392: end GetApprover;
1393:
1394: --

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

1448: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting SelectRequestType API');
1449:
1450: exception
1451: when others then
1452: wf_core.context ('JTF_UM_WF_APPROVAL', 'SelectRequestType', itemtype, itemkey, to_char (actid), funcmode);
1453: raise;
1454: end SelectRequestType;
1455:
1456: --

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

1593: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting initialize_fail_escalate API');
1594:
1595: exception
1596: when others then
1597: wf_core.context ('JTF_UM_WF_APPROVAL', 'initialize_fail_escalate', itemtype, itemkey, to_char (actid), funcmode);
1598: raise;
1599: end initialize_fail_escalate;
1600:
1601: --

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

1663: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting WaitForApproval API');
1664:
1665: exception
1666: when others then
1667: wf_core.context ('JTF_UM_WF_APPROVAL', 'WaitForApproval', itemtype, itemkey, to_char (actid), funcmode);
1668: raise;
1669: end WaitForApproval;
1670:
1671: --

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

1776: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting post_notification API');
1777:
1778: exception
1779: when others then
1780: wf_core.context ('JTF_UM_WF_APPROVAL', 'post_notification', itemtype, itemkey, to_char (actid), funcmode);
1781: raise;
1782: end post_notification;
1783:
1784: --

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

1845: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting store_delegate_flag API');
1846:
1847: exception
1848: when others then
1849: -- wf_core.context ('JTF_UM_WF_APPROVAL', 'store_delegate_flag', itemtype, itemkey, to_char (actid), funcmode);
1850: raise;
1851:
1852: end store_delegate_flag;
1853:

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

2068: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Approve_Req API');
2069:
2070: exception
2071: when others then
2072: wf_core.context ('JTF_UM_WF_APPROVAL', 'Approve_Req', itemtype, itemkey, to_char(actid), funcmode);
2073: raise;
2074: end Approve_Req;
2075:
2076: --

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

2292: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Reject_Req API');
2293:
2294: exception
2295: when others then
2296: wf_core.context ('JTF_UM_WF_APPROVAL', 'Reject_Req', itemtype, itemkey, to_char(actid), funcmode);
2297: raise;
2298: end Reject_Req;
2299:
2300: --

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

2384: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting Can_Delegate API');
2385:
2386: exception
2387: when others then
2388: wf_core.context ('JTF_UM_WF_APPROVAL', 'Can_Delegate', itemtype, itemkey, to_char (actid), funcmode, 'l_approver_userID='||to_char (l_approver_userID));
2389: raise;
2390: end Can_Delegate;
2391:
2392: --

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

2460: p_message => l_procedure_name);
2461:
2462: exception
2463: when others then
2464: wf_core.context ('JTF_UM_WF_APPROVAL', 'CAN_ENROLLMENT_DELEGATE', itemtype, itemkey, to_char (actid), funcmode);
2465: raise;
2466: end can_enrollment_delegate;
2467:
2468: --

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

2555: p_message => l_procedure_name);
2556:
2557: exception
2558: when others then
2559: wf_core.context ('JTF_UM_WF_APPROVAL', l_procedure_name, itemtype, itemkey, to_char (actid), funcmode);
2560: raise;
2561: end universal_approvers_exists;
2562:
2563: --

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

2667: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting CHECK_EMAIL_NOTIFI_TYPE API');
2668:
2669: exception
2670: when MISSING_USERTYPE_INFO then
2671: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode, 'Usertype info is missing');
2672: raise;
2673: when others then
2674: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode);
2675: raise;

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

2670: when MISSING_USERTYPE_INFO then
2671: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode, 'Usertype info is missing');
2672: raise;
2673: when others then
2674: wf_core.context ('JTF_UM_WF_APPROVAL', 'CHECK_EMAIL_NOTIFI_TYPE', itemtype, itemkey, to_char (actid), funcmode);
2675: raise;
2676: end CHECK_EMAIL_NOTIFI_TYPE;
2677:
2678: --

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

2840: JTF_DEBUG_PUB.LOG_DEBUG (2, G_MODULE, 'Exiting CompleteApprovalActivity API');
2841:
2842: exception
2843: when UNKNOWN_REQUEST_TYPE then
2844: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity',
2845: itemtype, itemkey, resultCode, approverComment);
2846: raise;
2847: when others then
2848: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity', itemtype, itemkey, resultCode, approverComment);

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

2844: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity',
2845: itemtype, itemkey, resultCode, approverComment);
2846: raise;
2847: when others then
2848: wf_core.context ('JTF_UM_WF_APPROVAL', 'CompleteApprovalActivity', itemtype, itemkey, resultCode, approverComment);
2849: raise;
2850:
2851: end CompleteApprovalActivity;
2852:

Line 2970: wf_core.clear;

2966: activity => act);
2967: OK := TRUE;
2968: exception
2969: when others then
2970: wf_core.clear;
2971: end;
2972: end if;
2973:
2974: if (not OK) and (p_act2 is not null) then

Line 2983: wf_core.clear;

2979: activity => act);
2980: OK := TRUE;
2981: exception
2982: when others then
2983: wf_core.clear;
2984: end;
2985: end if;
2986:
2987: if (not OK) and (p_act3 is not null) then

Line 2996: wf_core.clear;

2992: activity => act);
2993: OK := TRUE;
2994: exception
2995: when others then
2996: wf_core.clear;
2997: end;
2998: end if;
2999:
3000: if (not OK) and (p_act4 is not null) then

Line 3009: wf_core.clear;

3005: activity => act);
3006: OK := TRUE;
3007: exception
3008: when others then
3009: wf_core.clear;
3010: end;
3011: end if;
3012:
3013: if (not OK) and (p_act5 is not null) then

Line 3022: wf_core.clear;

3018: activity => act);
3019: OK := TRUE;
3020: exception
3021: when others then
3022: wf_core.clear;
3023: end;
3024: end if;
3025:
3026: if (not OK) and (p_act6 is not null) then

Line 3035: wf_core.clear;

3031: activity => act);
3032: OK := TRUE;
3033: exception
3034: when others then
3035: wf_core.clear;
3036: end;
3037: end if;
3038:
3039: if (not OK) and (p_act7 is not null) then

Line 3048: wf_core.clear;

3044: activity => act);
3045: OK := TRUE;
3046: exception
3047: when others then
3048: wf_core.clear;
3049: end;
3050: end if;
3051:
3052:

Line 3062: wf_core.clear;

3058: activity => act);
3059: OK := TRUE;
3060: exception
3061: when others then
3062: wf_core.clear;
3063: end;
3064: end if;
3065:
3066: