DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on CSD_REPAIR_ESTIMATE

Line 2574: FROM CSD_REPAIR_ESTIMATE ESTH,

2570: ESTL.attribute13,
2571: ESTL.attribute14,
2572: ESTL.attribute15,
2573: ESTL.override_charge_flag
2574: FROM CSD_REPAIR_ESTIMATE ESTH,
2575: CSD_REPAIRS CR, -- swai: bug 4618500 (FP of 4580845)
2576: CSD_REPAIR_ESTIMATE_LINES ESTL
2577: -- swai: bug 4618500 (FP of 4580845)
2578: -- Join with table CSD_REPAIRS added

Line 2576: CSD_REPAIR_ESTIMATE_LINES ESTL

2572: ESTL.attribute15,
2573: ESTL.override_charge_flag
2574: FROM CSD_REPAIR_ESTIMATE ESTH,
2575: CSD_REPAIRS CR, -- swai: bug 4618500 (FP of 4580845)
2576: CSD_REPAIR_ESTIMATE_LINES ESTL
2577: -- swai: bug 4618500 (FP of 4580845)
2578: -- Join with table CSD_REPAIRS added
2579: -- We should not import the line from estimate to Actuals until the lines are accepted (i.e. approved)
2580: -- if the flag Estimate Approval Required flag is checked. (This would make the behavior consistent with 1159)

Line 2711: -- For all the estimate lines in csd_repair_estimate_lines

2707: */
2708: --bug#13627518 --bug#14014723
2709:
2710:
2711: -- For all the estimate lines in csd_repair_estimate_lines
2712: -- table (for the given Repair Order) import into repair actual lines.
2713: -- LOOP
2714: if (lc_stat_level >= lc_debug_level) then
2715: FND_LOG.STRING(lc_stat_level, lc_mod_name,