DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_GRP dependencies on STANDARD

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

101: l_installed_status VARCHAR2(1);
102: l_request_type_code VARCHAR2(3);
103: BEGIN
104:
105: -- Standard call to check for call compatibility
106:
107: IF NOT FND_API.Compatible_API_Call
108: ( l_api_version_number
109: , p_api_version_number

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

319: l_PRICING_ATTR_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
320: l_p_PRICING_ATTR_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
321: BEGIN
322:
323: -- Standard call to check for call compatibility
324:
325: IF NOT FND_API.Compatible_API_Call
326: ( l_api_version_number
327: , p_api_version_number

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

493: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;
494: l_PRICING_ATTR_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
495: BEGIN
496:
497: -- Standard call to check for call compatibility
498:
499: IF NOT FND_API.Compatible_API_Call
500: ( l_api_version_number
501: , p_api_version_number

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

505: THEN
506: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
507: END IF;
508:
509: -- Standard check for Val/ID conversion
510:
511: IF p_list_header = FND_API.G_MISS_CHAR
512: THEN
513: