DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on CS_PRICING_ITEM_PKG

Line 5509: Cs_Pricing_Item_Pkg.Call_Pricing_Item

5505:
5506: --bug#3875036
5507: IF((NVL(FND_PROFILE.VALUE('CSD_ENABLE_ADVANCED_PRICING'), 'N')='N') or (NVL(l_dynamic_formula, 'N') = 'Y')) THEN -- swai: bug 11730709 (FP of bug#11720454)
5508:
5509: Cs_Pricing_Item_Pkg.Call_Pricing_Item
5510: (p_inventory_item_id => p_inventory_item_id,
5511: p_price_list_id => p_price_list_header_id,
5512: p_uom_code => p_unit_of_measure_code,
5513: p_currency_code => p_currency_code,

Line 5625: csd_gen_utility_pvt.ADD('Cs_Pricing_Item_Pkg.Call_Pricing_Item failed');

5621: x_msg_data => x_msg_data);
5622:
5623: IF NOT(x_return_status = FND_API.G_RET_STS_SUCCESS) THEN
5624: IF (g_debug > 0 ) THEN
5625: csd_gen_utility_pvt.ADD('Cs_Pricing_Item_Pkg.Call_Pricing_Item failed');
5626: END IF;
5627: -- Shiv Ragunathan, 2/26/04, While fixing FP bug 3449351, noticed
5628: -- that this exception gets raised and is not handled in the API,
5629: -- Since the error status is being returned, no need to raise the