DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on CS_CHARGE_DETAILS_PUB

Line 509: l_charge_line_rec CS_CHARGE_DETAILS_PUB.CHARGES_REC_TYPE;

505:
506: -- We do not populate the following record.
507: -- It is really a dummy for this procedure as we do create
508: -- new Charge line(s) when importing lines. We just create 'links'.
509: l_charge_line_rec CS_CHARGE_DETAILS_PUB.CHARGES_REC_TYPE;
510:
511: -- The following variable will be used to store
512: -- actual line info for each record in the loop.
513: l_curr_actual_line_rec CSD_REPAIR_ACTUAL_LINES_PVT.CSD_ACTUAL_LINES_REC_TYPE;

Line 2435: l_charge_line_rec CS_CHARGE_DETAILS_PUB.CHARGES_REC_TYPE;

2431:
2432: -- We do not populate the following record.
2433: -- It is really a dummy for this procedure as we do create
2434: -- new Charge line(s) when importing lines. We just create 'links'.
2435: l_charge_line_rec CS_CHARGE_DETAILS_PUB.CHARGES_REC_TYPE;
2436:
2437: -- The following variable will be used to store
2438: -- actual line info for each record in the loop.
2439: l_curr_actual_line_rec CSD_REPAIR_ACTUAL_LINES_PVT.CSD_ACTUAL_LINES_REC_TYPE;

Line 2640: 'Calling CS_Charge_Details_PUB.copy_estimate for estimate_detail_id=' || estimate_line_rec.estimate_detail_id);

2636: -- Call the Charges API to make an 'Actual' charge line
2637: -- copy of the 'Estimate' charge line.
2638: if (lc_proc_level >= lc_debug_level) then
2639: FND_LOG.STRING(lc_proc_level, lc_mod_name,
2640: 'Calling CS_Charge_Details_PUB.copy_estimate for estimate_detail_id=' || estimate_line_rec.estimate_detail_id);
2641: end if;
2642: CS_Charge_Details_PUB.copy_estimate(
2643: p_api_version => 1.0,
2644: p_init_msg_list => p_init_msg_list,

Line 2642: CS_Charge_Details_PUB.copy_estimate(

2638: if (lc_proc_level >= lc_debug_level) then
2639: FND_LOG.STRING(lc_proc_level, lc_mod_name,
2640: 'Calling CS_Charge_Details_PUB.copy_estimate for estimate_detail_id=' || estimate_line_rec.estimate_detail_id);
2641: end if;
2642: CS_Charge_Details_PUB.copy_estimate(
2643: p_api_version => 1.0,
2644: p_init_msg_list => p_init_msg_list,
2645: p_commit => FND_API.G_FALSE,
2646: p_transaction_control => FND_API.G_TRUE,

Line 2656: 'Returned from CS_Charge_Details_PUB.copy_estimate');

2652: );
2653:
2654: if (lc_proc_level >= lc_debug_level) then
2655: FND_LOG.STRING(lc_proc_level, lc_mod_name,
2656: 'Returned from CS_Charge_Details_PUB.copy_estimate');
2657: end if;
2658: if (lc_stat_level >= lc_debug_level) then
2659: FND_LOG.STRING(lc_stat_level, lc_mod_name,
2660: 'x_return_status = ' || x_return_status);