DBA Data[Home] [Help]

APPS.OE_STANDARD_WF dependencies on WF_CORE

Line 97: Wf_Core.Context('OE_STANDARD_WF', 'SAVE_MESSAGES');

93:
94:
95: exception
96: when others then
97: Wf_Core.Context('OE_STANDARD_WF', 'SAVE_MESSAGES');
98: raise;
99: end SAVE_MESSAGES;
100:
101:

Line 135: Wf_Core.Context('OE_STANDARD_WF', 'STANDARD_BLOCK', itemtype,

131: resultout := wf_engine.eng_notified||':'||wf_engine.eng_null||
132: ':'||wf_engine.eng_null;
133: exception
134: when others then
135: Wf_Core.Context('OE_STANDARD_WF', 'STANDARD_BLOCK', itemtype,
136: itemkey, to_char(actid), funcmode);
137: -- start data fix project
138: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
139: p_itemtype => itemtype,

Line 273: WF_CORE.Context('OE_STANDARD_WF', 'OEOH_SELECTOR',

269: END IF;
270: --End Bug 6884804
271: EXCEPTION
272: WHEN OTHERS THEN NULL;
273: WF_CORE.Context('OE_STANDARD_WF', 'OEOH_SELECTOR',
274: p_itemtype, p_itemkey, p_actid, p_funcmode);
275: RAISE;
276:
277:

Line 409: WF_CORE.Context('OE_STANDARD_WF', 'OEOL_SELECTOR',

405: END IF;
406:
407: EXCEPTION
408: WHEN OTHERS THEN NULL;
409: WF_CORE.Context('OE_STANDARD_WF', 'OEOL_SELECTOR',
410: p_itemtype, p_itemkey, p_actid, p_funcmode);
411: RAISE;
412:
413:

Line 560: WF_CORE.Context('OE_STANDARD_WF', 'OENH_SELECTOR',

556: END IF;
557: --End Bug 6884804
558: EXCEPTION
559: WHEN OTHERS THEN NULL;
560: WF_CORE.Context('OE_STANDARD_WF', 'OENH_SELECTOR',
561: p_itemtype, p_itemkey, p_actid, p_funcmode);
562: RAISE;
563:
564:

Line 683: WF_CORE.Context('OE_STANDARD_WF', 'OEBH_SELECTOR',

679: END IF;
680: --End Bug 6884804
681: EXCEPTION
682: WHEN OTHERS THEN NULL;
683: WF_CORE.Context('OE_STANDARD_WF', 'OEBH_SELECTOR',
684: p_itemtype, p_itemkey, p_actid, p_funcmode);
685: RAISE;
686:
687:

Line 729: WF_CORE.Context('OE_STANDARD_WF', 'Get_Supply_Source_Type',

725: EXCEPTION
726: WHEN OTHERS THEN NULL;
727: oe_msg_pub.set_msg_context ( p_entity_code => 'LINE'
728: ,p_line_id => p_itemkey);
729: WF_CORE.Context('OE_STANDARD_WF', 'Get_Supply_Source_Type',
730: p_itemtype, p_itemkey, p_actid, p_funcmode);
731: -- start data fix project
732: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => p_actid,
733: p_itemtype => p_itemtype,

Line 781: WF_CORE.Context('OE_STANDARD_WF', 'Get_Line_Category',

777: EXCEPTION
778: WHEN OTHERS THEN NULL;
779: oe_msg_pub.set_msg_context ( p_entity_code => 'LINE'
780: ,p_line_id => p_itemkey);
781: WF_CORE.Context('OE_STANDARD_WF', 'Get_Line_Category',
782: p_itemtype, p_itemkey, p_actid, p_funcmode);
783: -- start data fix project
784: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => p_actid,
785: p_itemtype => p_itemtype,