DBA Data[Home] [Help]

APPS.BOM_VALIDATE_RTG_HEADER dependencies on MTL_SUBINVENTORIES_TRK_VAL_V

Line 1418: FROM mtl_subinventories_trk_val_v

1414: p_rtg_header_rec.completion_subinventory;
1415:
1416: CURSOR c_Subinventory_Tracked IS
1417: SELECT locator_type
1418: FROM mtl_subinventories_trk_val_v
1419: WHERE organization_id = p_rtg_header_unexp_rec.organization_id
1420: AND secondary_inventory_name =
1421: p_rtg_header_rec.completion_subinventory;
1422: