DBA Data[Home] [Help]

APPS.OZF_CLAIM_UTILITY_PVT dependencies on OZF_CLAIM_UTILITY_PVT

Line 1: PACKAGE BODY OZF_claim_Utility_pvt as

1: PACKAGE BODY OZF_claim_Utility_pvt as
2: /* $Header: ozfvcutb.pls 120.2 2005/09/25 02:56:39 kdhulipa ship $ */
3: -- Start of Comments
4: -- Package name : OZF_claim_Utility_pvt
5: -- Purpose :

Line 4: -- Package name : OZF_claim_Utility_pvt

1: PACKAGE BODY OZF_claim_Utility_pvt as
2: /* $Header: ozfvcutb.pls 120.2 2005/09/25 02:56:39 kdhulipa ship $ */
3: -- Start of Comments
4: -- Package name : OZF_claim_Utility_pvt
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 10: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_CLAIM_UTILITY_PVT';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_CLAIM_UTILITY_PVT';
11:
12: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvcutb.pls';
13:
14: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);

Line 231: End OZF_claim_Utility_pvt;

227:
228: x_normalized_reference := l_normalized_reference;
229: END Normalize_Customer_Reference;
230:
231: End OZF_claim_Utility_pvt;