DBA Data[Home] [Help]

APPS.OE_APPROVALS_WF dependencies on OE_APPROVALS_WF

Line 1: PACKAGE BODY OE_APPROVALS_WF AS

1: PACKAGE BODY OE_APPROVALS_WF AS
2: /* $Header: OEXWAPRB.pls 120.4.12010000.2 2008/10/21 06:01:08 smanian ship $ */
3:
4: -- Start of Comments
5: -- API name OE_APPROVALS_WF

Line 5: -- API name OE_APPROVALS_WF

1: PACKAGE BODY OE_APPROVALS_WF AS
2: /* $Header: OEXWAPRB.pls 120.4.12010000.2 2008/10/21 06:01:08 smanian ship $ */
3:
4: -- Start of Comments
5: -- API name OE_APPROVALS_WF
6: -- Type Public
7: -- Version Current version = 1.0
8: -- Initial version = 1.0
9:

Line 278: wf_core.context('OE_APPROVALS_WF', 'Initiate_Approval',

274: exception
275: when others then
276: -- The line below records this function call in the error system
277: -- in the case of an exception.
278: wf_core.context('OE_APPROVALS_WF', 'Initiate_Approval',
279: itemtype, itemkey, to_char(actid), funcmode);
280: -- start data fix project
281: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
282: p_itemtype => itemtype,

Line 497: wf_core.context('OE_APPROVALS_WF', 'Get_Next_Approver',

493: exception
494: when others then
495: -- The line below records this function call in the error system
496: -- in the case of an exception.
497: wf_core.context('OE_APPROVALS_WF', 'Get_Next_Approver',
498: itemtype, itemkey, to_char(actid), funcmode);
499: -- start data fix project
500: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
501: p_itemtype => itemtype,

Line 565: l_user_id := OE_APPROVALS_WF.get_user_id;

561: oe_debug_pub.add('Get_Next_Approver_internal', 1 ) ;
562: END IF;
563:
564: -- Get the User ID
565: l_user_id := OE_APPROVALS_WF.get_user_id;
566:
567: -- First get the transaction_type_id and the transaction_phase
568: -- We need to hit different table to find that out
569:

Line 848: wf_core.context('OE_APPROVALS_WF', 'Approve_Approval',

844: -- in the case of an exception.
845: IF l_debug_level > 0 THEN
846: oe_debug_pub.add('Exception in Reject_Approval.. ' ,1) ;
847: END IF;
848: wf_core.context('OE_APPROVALS_WF', 'Approve_Approval',
849: itemtype, itemkey, to_char(actid), funcmode);
850: -- start data fix project
851: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
852: p_itemtype => itemtype,

Line 980: wf_core.context('OE_APPROVALS_WF', 'Approval_Timeout',

976: -- in the case of an exception.
977: IF l_debug_level > 0 THEN
978: oe_debug_pub.add('Exception in Approval_Timeout.. ' ,1) ;
979: END IF;
980: wf_core.context('OE_APPROVALS_WF', 'Approval_Timeout',
981: itemtype, itemkey, to_char(actid), funcmode);
982: -- start data fix project
983: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
984: p_itemtype => itemtype,

Line 1122: wf_core.context('OE_APPROVALS_WF', 'Reject_Approval',

1118: -- in the case of an exception.
1119: IF l_debug_level > 0 THEN
1120: oe_debug_pub.add('Exception in Reject_Approval.. ' ,1) ;
1121: END IF;
1122: wf_core.context('OE_APPROVALS_WF', 'Reject_Approval',
1123: itemtype, itemkey, to_char(actid), funcmode);
1124: -- start data fix project
1125: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
1126: p_itemtype => itemtype,

Line 1299: END OE_APPROVALS_WF;

1295:
1296:
1297:
1298:
1299: END OE_APPROVALS_WF;