DBA Data[Home] [Help]

APPS.AMS_ACTPRODUCT_PVT dependencies on AMS_ACTPRODUCT_PVT

Line 1: PACKAGE BODY AMS_ActProduct_PVT as

1: PACKAGE BODY AMS_ActProduct_PVT as
2: /*$Header: amsvprdb.pls 120.4 2006/05/17 00:17:47 inanaiah noship $*/
3: -- NAME
4: -- AMS_ActProduct_PVT
5: --

Line 4: -- AMS_ActProduct_PVT

1: PACKAGE BODY AMS_ActProduct_PVT as
2: /*$Header: amsvprdb.pls 120.4 2006/05/17 00:17:47 inanaiah noship $*/
3: -- NAME
4: -- AMS_ActProduct_PVT
5: --
6: -- HISTORY
7: -- 1/1/2000 rvaka CREATED
8: --

Line 9: G_PACKAGE_NAME CONSTANT VARCHAR2(30):='AMS_ActProduct_PVT';

5: --
6: -- HISTORY
7: -- 1/1/2000 rvaka CREATED
8: --
9: G_PACKAGE_NAME CONSTANT VARCHAR2(30):='AMS_ActProduct_PVT';
10: G_FILE_NAME CONSTANT VARCHAR2(12):='amsvprdb.pls';
11: G_module_name constant varchar2(100):='oracle.apps.ams.plsql.'||G_PACKAGE_NAME;
12:
13: -- Debug mode

Line 2803: END AMS_ActProduct_PVT;

2799:
2800: Return l_level_type_code;
2801: End;
2802:
2803: END AMS_ActProduct_PVT;