DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_TRIPS_INTERFACE

Line 1784: DELETE wsh_trips_interface

1780: ids_rec.drop_off_stop_interface_id
1781: )
1782: AND INTERFACE_ACTION_CODE = '94X_INBOUND';
1783:
1784: DELETE wsh_trips_interface
1785: WHERE trip_interface_id = ids_rec.trip_interface_id
1786: AND INTERFACE_ACTION_CODE = '94X_INBOUND';
1787: END LOOP; -- End of FOR IDs_Rec IN IDs LOOP
1788: