DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_GRP dependencies on PO_RCO_VALIDATION_GRP

Line 1: PACKAGE BODY po_rco_validation_grp AS

1: PACKAGE BODY po_rco_validation_grp AS
2: /* $Header: POXGRCVB.pls 120.7.12010000.6 2009/01/21 07:06:59 rojain ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCO_VALIDATION_GRP';
5: -- Read the profile option that enables/disables the debug log

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCO_VALIDATION_GRP';

1: PACKAGE BODY po_rco_validation_grp AS
2: /* $Header: POXGRCVB.pls 120.7.12010000.6 2009/01/21 07:06:59 rojain ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCO_VALIDATION_GRP';
5: -- Read the profile option that enables/disables the debug log
6: -- Logging global constants
7: d_package_base CONSTANT VARCHAR2(100) := po_log.get_package_base(g_pkg_name);
8:

Line 791: END po_rco_validation_grp;

787: END IF;
788: END update_reqchange_from_so;
789:
790:
791: END po_rco_validation_grp;