DBA Data[Home] [Help]

APPS.PO_MASS_CLOSE_PO_PVT dependencies on PO_ACTIONS

Line 19: -- Function : Calls the procedure po_actions.close_po to close the PO's and releases.

15:
16: -- API Name : po_close_documents.
17: -- Type : Private
18: -- Pre-reqs : None
19: -- Function : Calls the procedure po_actions.close_po to close the PO's and releases.
20:
21: -- Parameters :
22:
23: -- IN : p_document_type Type of the document(STANDARD,BLANKET.CONTRACT,PLANNED).

Line 348: result := po_actions.close_po(p_docid => l_doc_id,

344: l_progress := '003';
345:
346: -- Call the Close_PO procedure to perform the action of close on PO's fetched
347:
348: result := po_actions.close_po(p_docid => l_doc_id,
349: p_doctyp => l_type_code,
350: p_docsubtyp => l_doc_subtype,
351: p_lineid => NULL,
352: p_shipid => NULL,

Line 563: result := po_actions.close_po(p_docid => l_release_id,

559: l_progress := '008';
560:
561: -- Call the Close_PO procedure to perform the action of close on Releases fetched
562:
563: result := po_actions.close_po(p_docid => l_release_id,
564: p_doctyp => l_type_code,
565: p_docsubtyp => l_doc_subtype,
566: p_lineid => NULL,
567: p_shipid => NULL,