DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on CS_PRICING_ITEM_PKG

Line 5201: Cs_Pricing_Item_Pkg.Call_Pricing_Item

5197:
5198: --bug#3875036
5199: IF(FND_PROFILE.VALUE('CSD_ENABLE_ADVANCED_PRICING')='N') THEN
5200:
5201: Cs_Pricing_Item_Pkg.Call_Pricing_Item
5202: (p_inventory_item_id => p_inventory_item_id,
5203: p_price_list_id => p_price_list_header_id,
5204: p_uom_code => p_unit_of_measure_code,
5205: p_currency_code => p_currency_code,

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

5313: x_msg_data => x_msg_data);
5314:
5315: IF NOT(x_return_status = FND_API.G_RET_STS_SUCCESS) THEN
5316: IF (g_debug > 0 ) THEN
5317: csd_gen_utility_pvt.ADD('Cs_Pricing_Item_Pkg.Call_Pricing_Item failed');
5318: END IF;
5319: -- Shiv Ragunathan, 2/26/04, While fixing FP bug 3449351, noticed
5320: -- that this exception gets raised and is not handled in the API,
5321: -- Since the error status is being returned, no need to raise the