DBA Data[Home] [Help]

APPS.PV_TAP_ACCESS_TERRS_PVT dependencies on PV_TAP_ACCESS_TERRS_PVT

Line 1: PACKAGE BODY PV_TAP_ACCESS_TERRS_PVT as

1: PACKAGE BODY PV_TAP_ACCESS_TERRS_PVT as
2: /* $Header: pvxvtrab.pls 115.1 2003/10/17 09:52:51 rdsharma noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- PV_TAP_ACCESS_TERRS_PVT

2: /* $Header: pvxvtrab.pls 115.1 2003/10/17 09:52:51 rdsharma noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- PV_TAP_ACCESS_TERRS_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 20: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PV_TAP_ACCESS_TERRS_PVT';

16: -- End of Comments
17: -- ===============================================================
18:
19:
20: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PV_TAP_ACCESS_TERRS_PVT';
21: G_FILE_NAME CONSTANT VARCHAR2(12) := 'pvxvtrab.pls';
22:
23: PV_DEBUG_HIGH_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
24: PV_DEBUG_LOW_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 1281: END PV_TAP_ACCESS_TERRS_PVT;

1277: p_data => x_msg_data
1278: );
1279: END Validate_Tap_Access_Terrs_Rec;
1280:
1281: END PV_TAP_ACCESS_TERRS_PVT;