DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on CSD_REPAIR_ESTIMATE_LINES

Line 2485: CSD_REPAIR_ESTIMATE_LINES ESTL

2481: ESTL.attribute15,
2482: ESTL.override_charge_flag
2483: FROM CSD_REPAIR_ESTIMATE ESTH,
2484: CSD_REPAIRS CR, -- swai: bug 4618500 (FP of 4580845)
2485: CSD_REPAIR_ESTIMATE_LINES ESTL
2486: -- swai: bug 4618500 (FP of 4580845)
2487: -- Join with table CSD_REPAIRS added
2488: -- We should not import the line from estimate to Actuals until the lines are accepted (i.e. approved)
2489: -- if the flag Estimate Approval Required flag is checked. (This would make the behavior consistent with 1159)

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

2611: x_ship_to_account_id => l_ship_to_account_id,
2612: x_ship_to_party_id => l_ship_to_party_id,
2613: x_ship_to_party_site_id => l_ship_to_party_site_id);
2614:
2615: -- For all the estimate lines in csd_repair_estimate_lines
2616: -- table (for the given Repair Order) import into repair actual lines.
2617: -- LOOP
2618: if (lc_stat_level >= lc_debug_level) then
2619: FND_LOG.STRING(lc_stat_level, lc_mod_name,