DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on MTL_SUBINVENTORIES_TRK_VAL_V

Line 1551: FROM MTL_SUBINVENTORIES_TRK_VAL_V

1547: */
1548: BEGIN
1549: SELECT 'VALID'
1550: INTO l_dummy
1551: FROM MTL_SUBINVENTORIES_TRK_VAL_V
1552: WHERE organization_id = p_line_rec.ship_from_org_id
1553: AND secondary_inventory_name = p_line_rec.subinventory;
1554: EXCEPTION
1555: WHEN OTHERS THEN