DBA Data[Home] [Help]

APPS.ISC_MAINT_REQ_WO_ETL_PKG dependencies on WIP_EAM_WORK_REQUESTS

Line 406: wip_eam_work_requests r

402: , g_program_login_id
403: , g_program_application_id
404: , g_request_id
405: from
406: wip_eam_work_requests r
407: , isc_maint_work_orders_f w
408: where
409: r.wip_entity_id = w.work_order_id
410: and r.organization_id = w.organization_id

Line 894: wip_eam_work_requests r

890: else
891: null
892: end work_order_count
893: from
894: wip_eam_work_requests r
895: , isc_maint_work_orders_f w
896: where
897: r.wip_entity_id = w.work_order_id(+)
898: and r.organization_id = w.organization_id(+)