DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CS_PRICING_ITEM_PKG

Line 11342: --DBMS_OUTPUT.PUT_LINE('Before calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');

11338: (x_charges_detail_rec.unit_of_measure_code IS NOT NULL) AND
11339: (x_charges_detail_rec.price_list_id IS NOT NULL) AND
11340: (x_charges_detail_rec.quantity_required IS NOT NULL)))) THEN
11341:
11342: --DBMS_OUTPUT.PUT_LINE('Before calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');
11343: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.inventory_item_id_in='||x_charges_detail_rec.inventory_item_id_in);
11344: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.price_list_id='||x_charges_detail_rec.price_list_id);
11345: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.unit_of_measure_code='||x_charges_detail_rec.unit_of_measure_code);
11346: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.currency_code='||x_charges_detail_rec.currency_code);

Line 11370: CS_Pricing_Item_Pkg.Call_Pricing_Item(

11366: -- Bug 7117553
11367:
11368:
11369: -- Calculate the selling price
11370: CS_Pricing_Item_Pkg.Call_Pricing_Item(
11371: P_Inventory_Item_Id => x_charges_detail_rec.inventory_item_id_in,
11372: P_Price_List_Id => x_charges_detail_rec.price_list_id,
11373: P_UOM_Code => x_charges_detail_rec.unit_of_measure_code,
11374: p_Currency_Code => x_charges_detail_rec.currency_code,

Line 11484: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');

11480: x_return_status => l_return_status,
11481: x_msg_count => l_msg_count,
11482: x_msg_data => l_msg_data);
11483:
11484: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');
11485: --DBMS_OUTPUT.PUT_LINE('l_msg_data '||l_msg_data);
11486:
11487: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
11488: FND_MESSAGE.Set_Name('CS', 'CS_CHG_API_PRICING_ITEM_ERROR');

Line 11776: CS_Pricing_Item_Pkg.Call_Pricing_Item(

11772: END IF;
11773: */
11774:
11775: -- Call the pricing API just to verify that the item is on the price list
11776: CS_Pricing_Item_Pkg.Call_Pricing_Item(
11777: P_Inventory_Item_Id => x_charges_detail_rec.inventory_item_id_in,
11778: P_Price_List_Id => x_charges_detail_rec.price_list_id,
11779: P_UOM_Code => x_charges_detail_rec.unit_of_measure_code,
11780: p_Currency_Code => x_charges_detail_rec.currency_code,

Line 11889: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');

11885: x_return_status => l_return_status,
11886: x_msg_count => l_msg_count,
11887: x_msg_data => l_msg_data);
11888:
11889: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');
11890: --DBMS_OUTPUT.PUT_LINE('l_msg_data '||l_msg_data);
11891:
11892: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
11893: FND_MESSAGE.Set_Name('CS', 'CS_CHG_API_PRICING_ITEM_ERROR');

Line 12213: --DBMS_OUTPUT.PUT_LINE('Before calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');

12209: IF ((((x_charges_detail_rec.inventory_item_id_in IS NOT NULL) AND
12210: (x_charges_detail_rec.unit_of_measure_code IS NOT NULL) AND
12211: (x_charges_detail_rec.price_list_id IS NOT NULL) AND
12212: (x_charges_detail_rec.quantity_required IS NOT NULL)))) THEN
12213: --DBMS_OUTPUT.PUT_LINE('Before calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');
12214: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.inventory_item_id_in='||x_charges_detail_rec.inventory_item_id_in);
12215: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.price_list_id='||x_charges_detail_rec.price_list_id);
12216: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.unit_of_measure_code='||x_charges_detail_rec.unit_of_measure_code);
12217: --DBMS_OUTPUT.PUT_LINE('x_charges_detail_rec.currency_code='||x_charges_detail_rec.currency_code);

Line 12232: CS_Pricing_Item_Pkg.Call_Pricing_Item(

12228: END IF;
12229: */
12230:
12231: -- Calculate the selling price
12232: CS_Pricing_Item_Pkg.Call_Pricing_Item(
12233: P_Inventory_Item_Id => x_charges_detail_rec.inventory_item_id_in,
12234: P_Price_List_Id => x_charges_detail_rec.price_list_id,
12235: P_UOM_Code => x_charges_detail_rec.unit_of_measure_code,
12236: p_Currency_Code => x_charges_detail_rec.currency_code,

Line 12345: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');

12341: x_return_status => l_return_status,
12342: x_msg_count => l_msg_count,
12343: x_msg_data => l_msg_data);
12344:
12345: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');
12346: --DBMS_OUTPUT.PUT_LINE('l_msg_data '||l_msg_data);
12347:
12348: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
12349: FND_MESSAGE.Set_Name('CS', 'CS_CHG_API_PRICING_ITEM_ERROR');

Line 12625: CS_Pricing_Item_Pkg.Call_Pricing_Item(

12621: END IF;
12622: */
12623:
12624: -- Call the pricing API just to verify that the item is on the price list
12625: CS_Pricing_Item_Pkg.Call_Pricing_Item(
12626: P_Inventory_Item_Id => x_charges_detail_rec.inventory_item_id_in,
12627: P_Price_List_Id => x_charges_detail_rec.price_list_id,
12628: P_UOM_Code => x_charges_detail_rec.unit_of_measure_code,
12629: p_Currency_Code => x_charges_detail_rec.currency_code,

Line 12738: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');

12734: x_return_status => l_return_status,
12735: x_msg_count => l_msg_count,
12736: x_msg_data => l_msg_data);
12737:
12738: --DBMS_OUTPUT.PUT_LINE('After calling CS_Pricing_Item_Pkg.Call_Pricing_Item ...');
12739: --DBMS_OUTPUT.PUT_LINE('l_msg_data '||l_msg_data);
12740:
12741: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
12742: FND_MESSAGE.Set_Name('CS', 'CS_CHG_API_PRICING_ITEM_ERROR');