DBA Data[Home] [Help]

APPS.ISC_DEPOT_BACKLOG_ETL_PKG dependencies on CS_INCIDENTS_ALL_B

Line 402: , cs_incidents_all_b inc

398: , l_program_application_id
399: , l_request_id
400: from
401: csd_repairs cr
402: , cs_incidents_all_b inc
403: where
404: cr.incident_id = inc.incident_id
405: and ( cr.status in ('O','H','D') or
406: cr.Date_closed >= g_global_start_date

Line 590: , cs_incidents_all_b inc

586: , cr.quantity quantity
587: , cr.unit_of_measure uom_code
588: from
589: csd_repairs cr
590: , cs_incidents_all_b inc
591: where
592: cr.incident_id = inc.incident_id
593: and cr.last_update_date > l_last_run_date
594: ) oltp