DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on MTL_SUBINVENTORIES_TRK_VAL_V

Line 1550: FROM MTL_SUBINVENTORIES_TRK_VAL_V

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