DBA Data[Home] [Help]

APPS.OZF_OFFER_ADJ_LINE_PVT dependencies on OZF_OFFER_ADJ_LINE_PVT

Line 1: PACKAGE BODY OZF_Offer_Adj_Line_PVT as

1: PACKAGE BODY OZF_Offer_Adj_Line_PVT as
2: /* $Header: ozfvoalb.pls 120.8 2006/07/28 13:20:34 gramanat noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- OZF_Offer_Adj_Line_PVT

2: /* $Header: ozfvoalb.pls 120.8 2006/07/28 13:20:34 gramanat noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- OZF_Offer_Adj_Line_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 33: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Offer_Adj_Line_PVT';

29: -- Mon May 22 2006:3/34 PM RSSHARMA Fixed bug # 5239763. Fixed debug message.
30: -- ===============================================================
31:
32:
33: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Offer_Adj_Line_PVT';
34: G_FILE_NAME CONSTANT VARCHAR2(12) := 'offvadjb.pls';
35: OZF_DEBUG_HIGH_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
36: OZF_DEBUG_LOW_ON CONSTANT BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_low);
37:

Line 1712: OZF_Offer_Adj_Line_PVT.debug_message('ValidationMOde is '||p_validation_mode || ' : '||JTF_PLSQL_API.g_create);

1708:
1709: debug_message('OfferType is '||l_offer_type);
1710: x_return_status := FND_API.g_ret_sts_success;
1711:
1712: OZF_Offer_Adj_Line_PVT.debug_message('ValidationMOde is '||p_validation_mode || ' : '||JTF_PLSQL_API.g_create);
1713: IF p_validation_mode = JTF_PLSQL_API.g_create THEN
1714: IF p_offadj_line_rec.offer_adjustment_id = FND_API.G_MISS_NUM OR p_offadj_line_rec.offer_adjustment_id IS NULL THEN
1715: OZF_Utility_PVT.Error_Message('OZF_API_MISSING_FIELD', 'MISS_FIELD', 'OFFER_ADJUSTMENT_ID' );
1716: x_return_status := FND_API.g_ret_sts_error;

Line 2275: END OZF_Offer_Adj_Line_PVT;

2271: CLOSE c_price_list_name;
2272: return l_price_list_name;
2273: END ;
2274:
2275: END OZF_Offer_Adj_Line_PVT;