DBA Data[Home] [Help]

APPS.CSD_GEN_ERRMSGS_PVT dependencies on CSD_REPAIR_ESTIMATE

Line 746: FROM csd_repair_estimate

742:
743: CURSOR cur_estimate_desc (p_entity_id NUMBER)
744: IS
745: SELECT NVL (work_summary, repair_estimate_id)
746: FROM csd_repair_estimate
747: WHERE repair_estimate_id = p_entity_id;
748:
749: CURSOR cur_wip_name (p_entity_id NUMBER)
750: IS