DBA Data[Home] [Help]

APPS.CSD_ESTIMATE_UTILS_PVT dependencies on CSD_CHARGE_LINE_UTIL

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

1022: px_estimate_line_rec.source_code := 'DR';
1023: px_estimate_line_rec.original_source_code := 'DR';
1024:
1025: /* bug#3875036 */
1026: l_account_id := CSD_CHARGE_LINE_UTIL.Get_SR_AccountId(px_estimate_line_rec.repair_line_id);
1027:
1028: debug('Input No charge flag [' || px_estimate_line_rec.no_charge_flag || ']');
1029: l_no_charge_flag := 'N';
1030: px_estimate_line_rec.transaction_Type_id := -1;

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

1172: -----------------------------------------------------------------------
1173: -- Get the discounted price by applying the contract defaulted from the
1174: --- repair order
1175: -----------------------------------------------------------------------
1176: Csd_Charge_Line_Util.GET_DISCOUNTEDPRICE(p_api_version => 1.0,
1177: p_init_msg_list => Fnd_Api.G_TRUE,
1178: p_contract_line_id => l_contract_line_id,
1179: p_repair_type_id => l_repair_type_id,
1180: p_txn_billing_type_id => px_estimate_line_rec.txn_billing_Type_id,