DBA Data[Home] [Help]

APPS.PO_DOCUMENT_TOTALS_PVT dependencies on PO_DOCUMENT_TOTALS_PVT

Line 1: PACKAGE BODY PO_DOCUMENT_TOTALS_PVT AS

1: PACKAGE BODY PO_DOCUMENT_TOTALS_PVT AS
2: -- $Header: PO_DOCUMENT_TOTALS_PVT.plb 120.11 2006/07/18 12:17:54 scolvenk noship $
3: -------------------------------------------------------------------------------
4: -- Package private constants
5: -------------------------------------------------------------------------------

Line 2: -- $Header: PO_DOCUMENT_TOTALS_PVT.plb 120.11 2006/07/18 12:17:54 scolvenk noship $

1: PACKAGE BODY PO_DOCUMENT_TOTALS_PVT AS
2: -- $Header: PO_DOCUMENT_TOTALS_PVT.plb 120.11 2006/07/18 12:17:54 scolvenk noship $
3: -------------------------------------------------------------------------------
4: -- Package private constants
5: -------------------------------------------------------------------------------
6: -- Debug constants

Line 8: PO_LOG.get_package_base('PO_DOCUMENT_TOTALS_PVT');

4: -- Package private constants
5: -------------------------------------------------------------------------------
6: -- Debug constants
7: D_PACKAGE_BASE CONSTANT VARCHAR2(50) :=
8: PO_LOG.get_package_base('PO_DOCUMENT_TOTALS_PVT');
9:
10: -- Shipment type constants
11: C_ship_type_STANDARD CONSTANT
12: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

Line 4172: END PO_DOCUMENT_TOTALS_PVT;

4168: RAISE;
4169: END clear_temp_table;
4170:
4171:
4172: END PO_DOCUMENT_TOTALS_PVT;