DBA Data[Home] [Help]

APPS.CSD_DEPOT_UPDATE_PVT dependencies on CSD_REPAIR_TYPES_VL

Line 562: csd_repair_types_vl crt

558: crog.repair_order_quantity,
559: crog.received_quantity,
560: crog.shipped_quantity
561: from csd_repair_order_groups crog,
562: csd_repair_types_vl crt
563: where crog.repair_type_id = crt.repair_type_id
564: and crog.incident_id = p_inc_id;
565:
566: BEGIN

Line 882: csd_repair_types_vl crt

878: crog.repair_order_quantity,
879: crog.received_quantity,
880: crog.shipped_quantity
881: from csd_repair_order_groups crog,
882: csd_repair_types_vl crt
883: where crog.repair_type_id = crt.repair_type_id
884: and crog.incident_id = p_inc_id;
885:
886: BEGIN