DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_WF dependencies on WF_CORE

Line 193: wf_core.context('OE_EXPORT_COMPLIANCE_WF', 'ECS_Request',

189: exception
190: when others then
191: -- The line below records this function call in the error system
192: -- in the case of an exception.
193: wf_core.context('OE_EXPORT_COMPLIANCE_WF', 'ECS_Request',
194: itemtype, itemkey, to_char(actid), funcmode);
195: -- start data fix project
196: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
197: p_itemtype => itemtype,

Line 781: wf_core.context('OE_EXPORT_COMPLIANCE_WF', 'Update_Screening_Results',

777: EXCEPTION
778: WHEN OTHERS THEN
779: -- The line below records this function call in the error system
780: -- in the case of an exception.
781: wf_core.context('OE_EXPORT_COMPLIANCE_WF', 'Update_Screening_Results',
782: itemtype, itemkey, to_char(actid), funcmode);
783: -- start data fix project
784: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
785: p_itemtype => itemtype,