DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on MTL_MATERIAL_STATUSES_TL

Line 814: FROM mtl_material_statuses_tl

810: BEGIN
811: -- Check if the material status already exists in the discrete
812: SELECT count(*)
813: INTO l_count
814: FROM mtl_material_statuses_tl
815: WHERE
816: status_code = l_lot_status.lot_status and
817: rownum = 1;
818: