DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on STANDARD

Line 30: -- the releases against Blanket Agreeements or Standard

26: -- None.
27: --Function:
28: -- This API is called from the Approval Window or by the
29: -- Concurrent Program. This procedure will update all
30: -- the releases against Blanket Agreeements or Standard
31: -- POs against Global Agreements that have lines that
32: -- are retroactively changed.
33: --Parameters:
34: --IN:

Line 130: PROCEDURE NAME: WrapUp_Standard_PO

126: PROCEDURE WrapUp_Releases;
127:
128:
129: /*******************************************************************
130: PROCEDURE NAME: WrapUp_Standard_PO
131:
132: DESCRIPTION : This API is called from the main procedure
133: MassUpdate_Releases to process the Standard PO that
134: are created against the Global agreement lines that

Line 133: MassUpdate_Releases to process the Standard PO that

129: /*******************************************************************
130: PROCEDURE NAME: WrapUp_Standard_PO
131:
132: DESCRIPTION : This API is called from the main procedure
133: MassUpdate_Releases to process the Standard PO that
134: are created against the Global agreement lines that
135: have been retroactively changed. If the shipments are
136: updated with the new price document revision had to
137: incremented and approval had to initiated if necessary.

Line 142: p_last_standard_shipment IN Varchar2(1)

138: Referenced by :
139: parameters : p_old_po_header_id IN Number
140: p_po_header_id IN Number
141: p_po_line_location_id IN Number
142: p_last_standard_shipment IN Varchar2(1)
143: x_retroactive_change IN Varchar2(1)
144:
145: CHANGE History: Created 30-Sep-2002 pparthas
146: *******************************************************************/

Line 147: PROCEDURE WrapUp_Standard_PO;

143: x_retroactive_change IN Varchar2(1)
144:
145: CHANGE History: Created 30-Sep-2002 pparthas
146: *******************************************************************/
147: PROCEDURE WrapUp_Standard_PO;
148:
149:
150: /*******************************************************************
151: PROCEDURE NAME: Process_Price_Change

Line 218: WrapUp_Releases and WrapUp_Standard_PO.

214: /*******************************************************************
215: PROCEDURE NAME: Retroactive_Launch_Approval
216:
217: DESCRIPTION : This API is called from the procedure
218: WrapUp_Releases and WrapUp_Standard_PO.
219: This procedure calls the po_reqapproval_init1.
220: start_wf_process after setting the common
221: parameters.
222: Referenced by :

Line 292: -- PO : Standard PO

288: --p_document_id
289: -- The id of the document (po_header_id or po_release_id)
290: --p_document_type
291: -- The type of the document
292: -- PO : Standard PO
293: -- RELEASE : Release
294: --RETURN:
295: -- 'Y': Retroactive Pricing Update
296: -- 'N': Not a Retroactive Pricing Update

Line 322: -- PO : Standard PO

318: --p_document_id
319: -- The id of the document (po_header_id or po_release_id)
320: --p_document_type
321: -- The type of the document
322: -- PO : Standard PO
323: -- RELEASE : Release
324: --Testing:
325: --
326: --End of Comments

Line 353: -- PO : Standard PO

349: --p_document_id
350: -- The id of the document (po_header_id or po_release_id)
351: --p_document_type
352: -- The type of the document
353: -- PO : Standard PO
354: -- RELEASE : Release
355: --OUT:
356: --x_return_status
357: -- FND_API.G_RET_STS_SUCCESS if API succeeds