DBA Data[Home] [Help]

APPS.PO_SUP_CHG_REQUEST_WF_GRP dependencies on PO_SUP_CHG_REQUEST_WF_GRP

Line 1: PACKAGE BODY PO_SUP_CHG_REQUEST_WF_GRP AS

1: PACKAGE BODY PO_SUP_CHG_REQUEST_WF_GRP AS
2: /* $Header: POXGSCWB.pls 120.2 2006/09/12 10:12:10 jbalakri noship $ */
3:
4:
5: procedure Buyer_CancelDocWithChn( p_api_version in number,

Line 101: *New version will call po_sup_chg_request_wf_grp.IS_PO_HDR_REJECTED followed by po_sup_chg_request_wf_grp.Register_rejection.

97: /*
98: *taken from PO_REQAPPROVAL_INIT1
99: *PO_REQAPPROVAL_INIT1.Register_rejection will be updated to support older version of poxwfpoa.wft
100: *In other words, initial version of poxwfpoa.wft only calls PO_REQ_APPROVAL_INIT1.Register_rejection.
101: *New version will call po_sup_chg_request_wf_grp.IS_PO_HDR_REJECTED followed by po_sup_chg_request_wf_grp.Register_rejection.
102: *In order for older version of workflow to have the new functionality, PO_REQ_APPROVAL_INIT1.Register_rejection will
103: *need to include the logic of po_sup_chg_request_wf_grp.IS_PO_HDR_REJECTED within.
104: */
105: procedure Register_rejection ( itemtype in varchar2,

Line 103: *need to include the logic of po_sup_chg_request_wf_grp.IS_PO_HDR_REJECTED within.

99: *PO_REQAPPROVAL_INIT1.Register_rejection will be updated to support older version of poxwfpoa.wft
100: *In other words, initial version of poxwfpoa.wft only calls PO_REQ_APPROVAL_INIT1.Register_rejection.
101: *New version will call po_sup_chg_request_wf_grp.IS_PO_HDR_REJECTED followed by po_sup_chg_request_wf_grp.Register_rejection.
102: *In order for older version of workflow to have the new functionality, PO_REQ_APPROVAL_INIT1.Register_rejection will
103: *need to include the logic of po_sup_chg_request_wf_grp.IS_PO_HDR_REJECTED within.
104: */
105: procedure Register_rejection ( itemtype in varchar2,
106: itemkey in varchar2,
107: actid in number,

Line 542: END PO_SUP_CHG_REQUEST_WF_GRP;

538: PO_ChangeOrderWF_PVT.SET_SUPPLIER_CONTEXT(l_supplier_user_id,l_resp_id,l_appl_resp_id);
539:
540: END SET_SUPPLIER_CONTEXT;
541:
542: END PO_SUP_CHG_REQUEST_WF_GRP;