DBA Data[Home] [Help]

APPS.PO_MASS_CLOSE_PO_GRP dependencies on PO_MASS_CLOSE_PO_PVT

Line 8: -- PO_Mass_Close_PO_GRP.DO_Close calls the procedure PO_Mass_Close_PO_PVT.po_close_documents

4: --------------------------------------------------------------------------------------------------
5:
6: -- Call is made such that the sql file POXMCL.sql calls the procedure
7: -- PO_Mass_Close_PO_GRP.DO_Close
8: -- PO_Mass_Close_PO_GRP.DO_Close calls the procedure PO_Mass_Close_PO_PVT.po_close_documents
9:
10: --------------------------------------------------------------------------------------------------
11:
12: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;

Line 23: -- Function : Calls the procedure PO_Mass_Close_PO_PVT.po_close_documents to close

19:
20: -- API Name : DO_Close.
21: -- Type : Group
22: -- Pre-reqs : None
23: -- Function : Calls the procedure PO_Mass_Close_PO_PVT.po_close_documents to close
24: -- the PO's and releases.
25:
26: -- Parameters :
27:

Line 75: PO_Mass_Close_PO_PVT.po_close_documents(p_document_type,

71: END IF;
72:
73: SAVEPOINT DO_Close_SP;
74:
75: PO_Mass_Close_PO_PVT.po_close_documents(p_document_type,
76: p_document_no_from,
77: p_document_no_to,
78: p_date_from,
79: p_date_to,