DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_WF dependencies on OE_EXPORT_COMPLIANCE_WF

Line 1: PACKAGE BODY OE_EXPORT_COMPLIANCE_WF as

1: PACKAGE BODY OE_EXPORT_COMPLIANCE_WF as
2: /* $Header: OEXWECSB.pls 120.3.12010000.4 2010/06/25 23:01:03 shrgupta ship $ */
3:
4: PROCEDURE ECS_Request(
5: itemtype in varchar2,

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,

Line 795: ('OE_EXPORT_COMPLIANCE_WF',

791: ROLLBACK TO UPDATE_API;
792:
793: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
794: FND_MSG_PUB.Add_Exc_Msg
795: ('OE_EXPORT_COMPLIANCE_WF',
796: 'Update_Screening_Results'
797: );
798: END IF;
799:

Line 804: END OE_EXPORT_COMPLIANCE_WF;

800: RAISE;
801:
802: END Update_screening_results;
803:
804: END OE_EXPORT_COMPLIANCE_WF;