DBA Data[Home] [Help]

APPS.BIS_RSG_PUB_API_PKG dependencies on BIS_RSG_PUB_API_PKG

Line 1: PACKAGE BODY bis_rsg_pub_api_pkg AS

1: PACKAGE BODY bis_rsg_pub_api_pkg AS
2: /* $Header: BISRSGPB.pls 120.3 2005/11/14 01:44:41 amitgupt noship $ */
3: version CONSTANT CHAR (80)
4: := '$Header: BISRSGPB.pls 120.3 2005/11/14 01:44:41 amitgupt noship $';
5:

Line 6: g_pkg_name VARCHAR2(50) := 'bis_rsg_pub_api_pkg';

2: /* $Header: BISRSGPB.pls 120.3 2005/11/14 01:44:41 amitgupt noship $ */
3: version CONSTANT CHAR (80)
4: := '$Header: BISRSGPB.pls 120.3 2005/11/14 01:44:41 amitgupt noship $';
5:
6: g_pkg_name VARCHAR2(50) := 'bis_rsg_pub_api_pkg';
7:
8: g_curr_user_id NUMBER := FND_GLOBAL.User_id;
9: g_curr_login_id NUMBER := FND_GLOBAL.Login_id;
10:

Line 1435: END bis_rsg_pub_api_pkg;

1431: end;
1432:
1433: -- end: enhancement bug 3999642
1434:
1435: END bis_rsg_pub_api_pkg;