DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on CSD_CHARGE_LINE_UTIL

Line 1096: l_account_id := CSD_CHARGE_LINE_UTIL.Get_SR_AccountId(g_repair_line_id); --bug#10187275,subhat

1092: p_uom is not null and
1093: p_currency_code is not null and
1094: p_quantity is not null ) THEN
1095: -- API call to get the selling price.
1096: l_account_id := CSD_CHARGE_LINE_UTIL.Get_SR_AccountId(g_repair_line_id); --bug#10187275,subhat
1097: csd_process_util.get_charge_selling_price
1098: (p_inventory_item_id => p_item_id,
1099: p_price_list_header_id => p_pricelist_header_id,
1100: p_unit_of_measure_code => p_uom,

Line 1146: CSD_CHARGE_LINE_UTIL.GET_DISCOUNTEDPRICE

1142: l_extended_price := nvl(p_quantity,0) * nvl(p_selling_price,0);
1143:
1144: -- API call to get the discounted price.
1145:
1146: CSD_CHARGE_LINE_UTIL.GET_DISCOUNTEDPRICE
1147: (
1148: p_api_version => 1.0,
1149: p_init_msg_list => 'T',
1150: p_contract_line_id => p_contract_line_id,