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 2526: l_charge_line_rec CS_CHARGE_DETAILS_PUB.CHARGES_REC_TYPE;

2522:
2523: -- We do not populate the following record.
2524: -- It is really a dummy for this procedure as we do create
2525: -- new Charge line(s) when importing lines. We just create 'links'.
2526: l_charge_line_rec CS_CHARGE_DETAILS_PUB.CHARGES_REC_TYPE;
2527:
2528: -- The following variable will be used to store
2529: -- actual line info for each record in the loop.
2530: l_curr_actual_line_rec CSD_REPAIR_ACTUAL_LINES_PVT.CSD_ACTUAL_LINES_REC_TYPE;

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

2732: -- Call the Charges API to make an 'Actual' charge line
2733: -- copy of the 'Estimate' charge line.
2734: if (lc_proc_level >= lc_debug_level) then
2735: FND_LOG.STRING(lc_proc_level, lc_mod_name,
2736: 'Calling CS_Charge_Details_PUB.copy_estimate for estimate_detail_id=' || estimate_line_rec.estimate_detail_id);
2737: end if;
2738: CS_Charge_Details_PUB.copy_estimate(
2739: p_api_version => 1.0,
2740: p_init_msg_list => p_init_msg_list,

Line 2738: CS_Charge_Details_PUB.copy_estimate(

2734: if (lc_proc_level >= lc_debug_level) then
2735: FND_LOG.STRING(lc_proc_level, lc_mod_name,
2736: 'Calling CS_Charge_Details_PUB.copy_estimate for estimate_detail_id=' || estimate_line_rec.estimate_detail_id);
2737: end if;
2738: CS_Charge_Details_PUB.copy_estimate(
2739: p_api_version => 1.0,
2740: p_init_msg_list => p_init_msg_list,
2741: p_commit => FND_API.G_FALSE,
2742: p_transaction_control => FND_API.G_TRUE,

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

2748: );
2749:
2750: if (lc_proc_level >= lc_debug_level) then
2751: FND_LOG.STRING(lc_proc_level, lc_mod_name,
2752: 'Returned from CS_Charge_Details_PUB.copy_estimate');
2753: end if;
2754: if (lc_stat_level >= lc_debug_level) then
2755: FND_LOG.STRING(lc_stat_level, lc_mod_name,
2756: 'x_return_status = ' || x_return_status);