DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSM_LOT_JOB_DTL_INTERFACE

Line 322: from wsm_lot_job_dtl_interface

318: and load_type in (5, 6)
319: union
320: select organization_id,
321: organization_code
322: from wsm_lot_job_dtl_interface
323: where process_status = p_status
324: and parent_header_id IS NULL
325: and NVL(group_id, -99) = NVL(p_group_id, NVL(group_id, -99))
326: and transaction_date <= sysdate+1;