DBA Data[Home] [Help]

APPS.QP_PRICE_FORMULA_PUB dependencies on STANDARD

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

76: l_p_FORMULA_LINES_tbl Formula_Lines_Tbl_Type;--[prarasto]
77:
78: BEGIN
79: SAVEPOINT QP_PPF;
80: -- Standard call to check for call compatibility
81:
82: IF NOT FND_API.Compatible_API_Call
83: ( l_api_version_number
84: , p_api_version_number

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

277: l_p_FORMULA_LINES_tbl Formula_Lines_Tbl_Type;--[prarasto]
278:
279: BEGIN
280:
281: -- Standard call to check for call compatibility
282:
283: IF NOT FND_API.Compatible_API_Call
284: ( l_api_version_number
285: , p_api_version_number

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

428: l_FORMULA_rec QP_Price_Formula_PUB.Formula_Rec_Type;
429: l_FORMULA_LINES_tbl QP_Price_Formula_PUB.Formula_Lines_Tbl_Type;
430: BEGIN
431:
432: -- Standard call to check for call compatibility
433:
434: IF NOT FND_API.Compatible_API_Call
435: ( l_api_version_number
436: , p_api_version_number

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

440: THEN
441: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
442: END IF;
443:
444: -- Standard check for Val/ID conversion
445:
446: IF p_price_formula = FND_API.G_MISS_CHAR
447: THEN
448: