DBA Data[Home] [Help]

APPS.OZF_VOL_OFFR_PVT dependencies on OZF_VOL_OFFR_PVT

Line 1: PACKAGE BODY OZF_Vol_Offr_PVT as

1: PACKAGE BODY OZF_Vol_Offr_PVT as
2: /* $Header: ozfvvob.pls 120.0 2005/05/31 23:29:02 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- OZF_Vol_Offr_PVT

2: /* $Header: ozfvvob.pls 120.0 2005/05/31 23:29:02 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- OZF_Vol_Offr_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 22: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Vol_Offr_PVT';

18: -- End of Comments
19: -- ===============================================================
20:
21:
22: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Vol_Offr_PVT';
23: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvvob.pls';
24:
25: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
26: OZF_DEBUG_LOW_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);

Line 1348: END OZF_Vol_Offr_PVT;

1344: p_data => x_msg_data
1345: );
1346: END Validate_vol_offr_tier_Rec;
1347:
1348: END OZF_Vol_Offr_PVT;