DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on CS_INCIDENTS_ALL_B

Line 3219: cs_incidents_all_b cs

3215: cs.bill_to_party_id,
3216: cs.bill_to_site_id,
3217: cs.ship_to_site_id
3218: from csd_repairs csd,
3219: cs_incidents_all_b cs
3220: where csd.repair_line_id = p_repair_line_id
3221: and csd.incident_id = cs.incident_id;
3222:
3223: BEGIN