DBA Data[Home] [Help]

APPS.ZPB_EXCEPTION_ALERT dependencies on WF_CORE

Line 55: WF_CORE.CONTEXT('ZPB_WF.EVALUATE_RESULTS', itemtype, itemkey, to_char(actid), funcmode);

51:
52: exception
53:
54: when others then
55: WF_CORE.CONTEXT('ZPB_WF.EVALUATE_RESULTS', itemtype, itemkey, to_char(actid), funcmode);
56: raise;
57:
58: end EVALUATE_RESULTS;
59:

Line 431: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.FYI_SPECIFIED', itemtype, itemkey, to_char(actid), funcmode);

427: return;
428:
429: exception
430: when others then
431: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.FYI_SPECIFIED', itemtype, itemkey, to_char(actid), funcmode);
432: raise;
433:
434: end FYI_NOTIFICATIONS;
435:

Line 598: WF_CORE.CONTEXT('ZPB_EXPCEPTION_ALERT.SEND_NOTIFICATIONS', itemtype, itemkey, to_char(actid), funcmode);

594: exception
595:
596: when others then
597:
598: WF_CORE.CONTEXT('ZPB_EXPCEPTION_ALERT.SEND_NOTIFICATIONS', itemtype, itemkey, to_char(actid), funcmode);
599: raise;
600:
601: end SEND_NOTIFICATIONS;
602:

Line 738: wf_core.context('ZPB_EXCEPTION_ALERT','EXCEPTION_LIST',ItemType, ItemKey);

734: return;
735:
736: exception
737: when others then
738: wf_core.context('ZPB_EXCEPTION_ALERT','EXCEPTION_LIST',ItemType, ItemKey);
739: raise;
740:
741:
742: END EXCEPTION_LIST;

Line 862: wf_core.context('ZPB_EXCEPTION_ALERT','EXCEPTION_BY_OWNER',ItemType, ItemKey);

858: return;
859:
860: exception
861: when others then
862: wf_core.context('ZPB_EXCEPTION_ALERT','EXCEPTION_BY_OWNER',ItemType, ItemKey);
863: raise;
864:
865: END EXCEPTION_BY_OWNER;
866:

Line 1154: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.FYI_SPECIFIED', itemtype, itemkey, to_char(actid), funcmode);

1150: return;
1151:
1152: exception
1153: when others then
1154: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.FYI_SPECIFIED', itemtype, itemkey, to_char(actid), funcmode);
1155: raise;
1156:
1157: end EXPLANATION_BY_OWNER;
1158:

Line 1243: wf_core.context('ZPB_EXCEPTION_ALERT','EXP_EXCEP_BY_OWNER',ItemType, ItemKey);

1239: return;
1240:
1241: exception
1242: when others then
1243: wf_core.context('ZPB_EXCEPTION_ALERT','EXP_EXCEP_BY_OWNER',ItemType, ItemKey);
1244: raise;
1245:
1246: END EXP_EXCEP_BY_OWNER;
1247:

Line 1405: WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.MANAGE_RESPONSE', itemtype, itemkey, to_char(actid), funcmode);

1401: return;
1402:
1403: exception
1404: when others then
1405: WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.MANAGE_RESPONSE', itemtype, itemkey, to_char(actid), funcmode);
1406: raise;
1407:
1408: end MANAGE_RESPONSE;
1409:

Line 1515: wf_core.context('ZPB_EXCEPTION_ALERT','SHOW_RESP',ItemType, ItemKey);

1511: return;
1512:
1513: exception
1514: when others then
1515: wf_core.context('ZPB_EXCEPTION_ALERT','SHOW_RESP',ItemType, ItemKey);
1516: raise;
1517:
1518: END SHOW_RESP;
1519:

Line 1837: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.EXPLANATION_BY_SPECIFIED', itemtype, itemkey, to_char(actid), funcmode);

1833: return;
1834:
1835: exception
1836: when others then
1837: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.EXPLANATION_BY_SPECIFIED', itemtype, itemkey, to_char(actid), funcmode);
1838: raise;
1839:
1840: end EXPLANATION_BY_SPECIFIED;
1841:

Line 1943: WF_CORE.CONTEXT('ZPB_WF.BUILD_DEADLINE_NTF', itemtype, itemkey, to_char(actid), funcmode);

1939:
1940: exception
1941:
1942: when others then
1943: WF_CORE.CONTEXT('ZPB_WF.BUILD_DEADLINE_NTF', itemtype, itemkey, to_char(actid), funcmode);
1944: raise;
1945: end BUILD_DEADLINE_NTF;
1946:
1947: -- b5102962 reorganized this procedure removed WF view from cursor - performance issue.

Line 2084: wf_core.context('ZPB_EXCEPTION_ALERT','NON_RESPONDERS',ItemType, ItemKey);

2080:
2081: exception
2082:
2083: when others then
2084: wf_core.context('ZPB_EXCEPTION_ALERT','NON_RESPONDERS',ItemType, ItemKey);
2085: raise;
2086:
2087: end NON_RESPONDERS;
2088:

Line 2584: wf_core.context('ZPB_EXCEPTION_ALERT','EXCEP_NTF_LIST',ItemType, ItemKey);

2580: return;
2581:
2582: exception
2583: when others then
2584: wf_core.context('ZPB_EXCEPTION_ALERT','EXCEP_NTF_LIST',ItemType, ItemKey);
2585: raise;
2586:
2587: END EXCEP_NTF_LIST;
2588:

Line 2786: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.FYI_BY_OWNER', itemtype, itemkey, to_char(actid), funcmode);

2782: return;
2783:
2784: exception
2785: when others then
2786: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.FYI_BY_OWNER', itemtype, itemkey, to_char(actid), funcmode);
2787: raise;
2788:
2789: end FYI_BY_OWNER;
2790:

Line 3065: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.EXPL_BY_ACOWNER', itemtype, itemkey, to_char(actid), funcmode);

3061: return;
3062:
3063: exception
3064: when others then
3065: -- WF_CORE.CONTEXT('ZPB_EXCEPTION_ALERT.EXPL_BY_ACOWNER', itemtype, itemkey, to_char(actid), funcmode);
3066: raise;
3067:
3068: end EXPL_BY_ACOWNER;
3069: