DBA Data[Home] [Help]

APPS.OE_ELECMSGS_PVT dependencies on WF_CORE

Line 805: WF_CORE.Context('OE_ELEC_MSGS_WF', 'OEEM_SELECTOR',

801: -- p_funcmode }
802:
803: EXCEPTION
804: WHEN OTHERS THEN NULL;
805: WF_CORE.Context('OE_ELEC_MSGS_WF', 'OEEM_SELECTOR',
806: p_itemtype, p_itemkey, p_actid, p_funcmode);
807: RAISE;
808:
809: END OEEM_SELECTOR;

Line 1089: wf_core.context('OE_Elecmsgs_Pvt', 'Create_Or_Update_Hist_WF',

1085: EXCEPTION
1086: WHEN OTHERS THEN
1087: -- The line below records this function call in the error system
1088: -- in the case of an exception.
1089: wf_core.context('OE_Elecmsgs_Pvt', 'Create_Or_Update_Hist_WF',
1090: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
1091: IF l_debug_level > 0 THEN
1092: oe_debug_pub.add('OTHERS in Create_Or_Update_Hist_WF ' || SQLERRM );
1093: END IF;