DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on CS_INCIDENTS_ALL_B

Line 3176: cs_incidents_all_b cs

3172: cs.bill_to_party_id,
3173: cs.bill_to_site_id,
3174: cs.ship_to_site_id
3175: from csd_repairs csd,
3176: cs_incidents_all_b cs
3177: where csd.repair_line_id = p_repair_line_id
3178: and csd.incident_id = cs.incident_id;
3179:
3180: BEGIN