DBA Data[Home] [Help]

APPS.OE_PRICE_LIST_PUB dependencies on STANDARD

Line 75: -- Standard call to check for call compatibility

71: l_PRICE_LIST_rec Price_List_Rec_Type;
72: l_PRICE_LIST_LINE_tbl Price_List_Line_Tbl_Type;
73: BEGIN
74:
75: -- Standard call to check for call compatibility
76:
77: IF NOT FND_API.Compatible_API_Call
78: ( l_api_version_number
79: , p_api_version_number

Line 230: -- Standard call to check for call compatibility

226: l_PRICE_LIST_rec Price_List_Rec_Type;
227: l_PRICE_LIST_LINE_tbl Price_List_Line_Tbl_Type;
228: BEGIN
229:
230: -- Standard call to check for call compatibility
231:
232: IF NOT FND_API.Compatible_API_Call
233: ( l_api_version_number
234: , p_api_version_number

Line 381: -- Standard call to check for call compatibility

377: l_PRICE_LIST_rec OE_Price_List_PUB.Price_List_Rec_Type;
378: l_PRICE_LIST_LINE_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;
379: BEGIN
380:
381: -- Standard call to check for call compatibility
382:
383: IF NOT FND_API.Compatible_API_Call
384: ( l_api_version_number
385: , p_api_version_number

Line 393: -- Standard check for Val/ID conversion

389: THEN
390: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
391: END IF;
392:
393: -- Standard check for Val/ID conversion
394:
395: IF p_price_list = FND_API.G_MISS_CHAR
396: THEN
397: