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 411: result := po_actions.close_po(p_docid => l_doc_id,

407: l_progress := '003';
408:
409: -- Call the Close_PO procedure to perform the action of close on PO's fetched
410:
411: result := po_actions.close_po(p_docid => l_doc_id,
412: p_doctyp => l_type_code,
413: p_docsubtyp => l_doc_subtype,
414: p_lineid => NULL,
415: p_shipid => NULL,

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

639: l_progress := '008';
640:
641: -- Call the Close_PO procedure to perform the action of close on Releases fetched
642:
643: result := po_actions.close_po(p_docid => l_release_id,
644: p_doctyp => l_type_code,
645: p_docsubtyp => l_doc_subtype,
646: p_lineid => NULL,
647: p_shipid => NULL,