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.16.12020000.3 2013/02/10 23:18:14 vegajula 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.16.12020000.3 2013/02/10 23:18:14 vegajula 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 989: END po_rco_validation_grp;

985:
986: -- 14227140 changes ends
987:
988:
989: END po_rco_validation_grp;