DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on PO_COPYDOC_S4

Line 1: PACKAGE BODY po_copydoc_s4 AS

1: PACKAGE BODY po_copydoc_s4 AS
2: /* $Header: POXCPO4B.pls 120.5 2008/02/28 09:46:30 lswamina ship $*/
3:
4: --< Shared Proc FPJ Start >
5: -- Debugging booleans used to bypass logging when turned off

Line 9: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_COPYDOC_S4';

5: -- Debugging booleans used to bypass logging when turned off
6: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
7: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
8:
9: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_COPYDOC_S4';
10: g_module_prefix CONSTANT VARCHAR2(30) := 'po.plsql.' || g_pkg_name || '.';
11:
12:
13: PROCEDURE validate_shipment

Line 597: END po_copydoc_s4;

593: END IF;
594: END validate_shipment;
595: --< Shared Proc FPJ End >
596:
597: END po_copydoc_s4;