DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on PO_REQAPPROVAL_INIT1

Line 812: *taken from PO_REQAPPROVAL_INIT1, because it had the procedure as a PRIVATE procedure

808: END IF;
809: end CancelPO;
810:
811: /*
812: *taken from PO_REQAPPROVAL_INIT1, because it had the procedure as a PRIVATE procedure
813: *This API is used by Register_rejection
814: */
815: Procedure Insert_Acc_Rejection_Row(p_itemtype in varchar2,
816: p_itemkey in varchar2,

Line 982: *taken from PO_REQAPPROVAL_INIT1

978: raise;
979: end;
980:
981: /*
982: *taken from PO_REQAPPROVAL_INIT1
983: *PO_REQAPPROVAL_INIT1.Register_rejection will be updated to support older version of poxwfpoa.wft
984: *In other words, initial version of poxwfpoa.wft only calls PO_REQ_APPROVAL_INIT1.Register_rejection.
985: *New version will call PO_ChangeOrderWF_PVT.IS_PO_HDR_REJECTED followed by PO_ChangeOrderWF_PVT.Register_rejection.
986: *In order for older version of workflow to have the new functionality, PO_REQ_APPROVAL_INIT1.Register_rejection will

Line 983: *PO_REQAPPROVAL_INIT1.Register_rejection will be updated to support older version of poxwfpoa.wft

979: end;
980:
981: /*
982: *taken from PO_REQAPPROVAL_INIT1
983: *PO_REQAPPROVAL_INIT1.Register_rejection will be updated to support older version of poxwfpoa.wft
984: *In other words, initial version of poxwfpoa.wft only calls PO_REQ_APPROVAL_INIT1.Register_rejection.
985: *New version will call PO_ChangeOrderWF_PVT.IS_PO_HDR_REJECTED followed by PO_ChangeOrderWF_PVT.Register_rejection.
986: *In order for older version of workflow to have the new functionality, PO_REQ_APPROVAL_INIT1.Register_rejection will
987: *need to include the logic of PO_ChangeOrderWF_PVT.IS_PO_HDR_REJECTED within.

Line 1311: PO_REQAPPROVAL_INIT1.Start_WF_Process(

1307: IF( (l_Document_Type_Code = 'RELEASE' AND l_Document_Subtype = 'BLANKET') OR (l_Document_Type_Code = 'PO' AND l_Document_Subtype = 'STANDARD') ) THEN
1308: l_CommunicatePriceChange := 'Y';
1309: END IF;
1310:
1311: PO_REQAPPROVAL_INIT1.Start_WF_Process(
1312: ItemType => l_Item_Type,
1313: ItemKey => l_Item_Key,
1314: WorkflowProcess => l_workflow_process,
1315: ActionOriginatedFrom => 'POS_SUP_CHN',

Line 6917: --PO_REQAPPROVAL_INIT1.locate_notifier(l_document_id, l_doc_type, l_supplier_username);

6913:
6914: /* Commenting out for bug 3484201. Since change has already been requested by a
6915: specific user, the notification needs to be sent to the user on the change request */
6916:
6917: --PO_REQAPPROVAL_INIT1.locate_notifier(l_document_id, l_doc_type, l_supplier_username);
6918:
6919: if(l_supplier_username is null) then
6920: select max(created_by)
6921: into l_supplier_user_id