DBA Data[Home] [Help]

APPS.INV_OPM_ITEM_MIGRATION dependencies on IC_LOTS_STS

Line 519: FROM ic_lots_sts

515: IF (l_opm_item.status_ctl IN (1,2) and
516: l_opm_item.lot_status is not NULL) THEN
517: SELECT status_id
518: INTO l_status_id
519: FROM ic_lots_sts
520: WHERE
521: lot_status = l_opm_item.lot_status and
522: status_id is not NULL;
523: END IF;