DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_PVT dependencies on STANDARD

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

615: l_old_PRICE_LIST_LINE_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;
616: l_p_old_PRICE_LIST_LINE_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;
617: BEGIN
618:
619: -- Standard call to check for call compatibility
620:
621: IF NOT FND_API.Compatible_API_Call
622: ( l_api_version_number
623: , p_api_version_number

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

840: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
841: l_PRICE_LIST_LINE_rec OE_Price_List_PUB.Price_List_Line_Rec_Type;
842: BEGIN
843:
844: -- Standard call to check for call compatibility
845:
846: IF NOT FND_API.Compatible_API_Call
847: ( l_api_version_number
848: , p_api_version_number

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

1008: l_PRICE_LIST_rec OE_Price_List_PUB.Price_List_Rec_Type;
1009: l_PRICE_LIST_LINE_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;
1010: BEGIN
1011:
1012: -- Standard call to check for call compatibility
1013:
1014: IF NOT FND_API.Compatible_API_Call
1015: ( l_api_version_number
1016: , p_api_version_number

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

1250: IF (p_pricing_attribute15 = FND_API.G_MISS_CHAR) THEN
1251: l_pricing_attribute15:=NULL;
1252: END IF;
1253:
1254: -- Standard call to check for call compatibility
1255: --oe_debug_pub.initialize;
1256: oe_debug_pub.debug_on;
1257: fname := oe_debug_pub.set_debug_mode('FILE');
1258: oe_debug_pub.add('Debugging is on in Procedure Fetch List Price ');