DBA Data[Home] [Help]

APPS.CSD_ESTIMATE_UTILS_PVT dependencies on CSD_CHARGE_LINE_UTIL

Line 1051: l_account_id := CSD_CHARGE_LINE_UTIL.Get_SR_AccountId(px_estimate_line_rec.repair_line_id);

1047: px_estimate_line_rec.source_code := 'DR';
1048: px_estimate_line_rec.original_source_code := 'DR';
1049:
1050: /* bug#3875036 */
1051: l_account_id := CSD_CHARGE_LINE_UTIL.Get_SR_AccountId(px_estimate_line_rec.repair_line_id);
1052:
1053: debug('Input No charge flag [' || px_estimate_line_rec.no_charge_flag || ']');
1054: l_no_charge_flag := 'N';
1055: px_estimate_line_rec.transaction_Type_id := -1;

Line 1201: Csd_Charge_Line_Util.GET_DISCOUNTEDPRICE(p_api_version => 1.0,

1197: -----------------------------------------------------------------------
1198: -- Get the discounted price by applying the contract defaulted from the
1199: --- repair order
1200: -----------------------------------------------------------------------
1201: Csd_Charge_Line_Util.GET_DISCOUNTEDPRICE(p_api_version => 1.0,
1202: p_init_msg_list => Fnd_Api.G_TRUE,
1203: p_contract_line_id => l_contract_line_id,
1204: p_repair_type_id => l_repair_type_id,
1205: p_txn_billing_type_id => px_estimate_line_rec.txn_billing_Type_id,