DBA Data[Home] [Help]

APPS.INV_SERIAL_NUMBER_PUB dependencies on MTL_MATERIAL_STATUSES

Line 1420: from mtl_material_statuses

1416: END;
1417: --Block for material status validation
1418: BEGIN
1419: SELECT serial_control into l_serial_status_control
1420: from mtl_material_statuses
1421: WHERE status_id = p_status_id;
1422: --Check if the material status is serial control enabled.
1423: --If not then raise an error.
1424: IF (l_serial_status_control <> 1) THEN