DBA Data[Home] [Help]

APPS.INV_OPM_ITEM_MIGRATION dependencies on IC_LOTS_STS

Line 596: FROM ic_lots_sts

592: IF (l_opm_item.status_ctl IN (1,2) and
593: l_opm_item.lot_status is not NULL) THEN
594: SELECT status_id
595: INTO l_status_id
596: FROM ic_lots_sts
597: WHERE
598: lot_status = l_opm_item.lot_status and
599: status_id is not NULL;
600: END IF;