DBA Data[Home] [Help]

APPS.ONT_FEEDBACK_PKG dependencies on WF_CORE

Line 94: WF_CORE.CONTEXT ('ONT_FEEBBACK_PKG','INIT_WF',l_itemtype,l_itemkey,'Recipient-'||P_RECIPIENT,'Customer-'||P_NAME);

90: EXCEPTION
91: WHEN OTHERS THEN
92: /* Reset The Threshold Value */
93: WF_ENGINE.THRESHOLD := l_save_threshold;
94: WF_CORE.CONTEXT ('ONT_FEEBBACK_PKG','INIT_WF',l_itemtype,l_itemkey,'Recipient-'||P_RECIPIENT,'Customer-'||P_NAME);
95: raise;
96: END init_wf;
97:
98:

Line 217: WF_CORE.CONTEXT ('ONT_FEEBBACK_PKG','INIT_WF2',l_itemtype,l_itemkey,'Recipient-'||P_RECIPIENT,'Customer-'||P_NAME);

213: EXCEPTION
214: WHEN OTHERS THEN
215: /* Reset The Threshold Value */
216: WF_ENGINE.THRESHOLD := l_save_threshold;
217: WF_CORE.CONTEXT ('ONT_FEEBBACK_PKG','INIT_WF2',l_itemtype,l_itemkey,'Recipient-'||P_RECIPIENT,'Customer-'||P_NAME);
218: raise;
219: END init_wf2;
220:
221:

Line 336: WF_CORE.CONTEXT ('ONT_FEEBBACK_PKG','INIT_WF3',l_itemtype,l_itemkey,'Recipient-'||P_NOTIFIER,'Customer-'||P_NAME);

332: EXCEPTION
333: WHEN OTHERS THEN
334: /* Reset The Threshold Value */
335: WF_ENGINE.THRESHOLD := l_save_threshold;
336: WF_CORE.CONTEXT ('ONT_FEEBBACK_PKG','INIT_WF3',l_itemtype,l_itemkey,'Recipient-'||P_NOTIFIER,'Customer-'||P_NAME);
337: raise;
338: END init_wf3;
339:
340: