DBA Data[Home] [Help]

APPS.BOM_VALIDATE_RTG_HEADER dependencies on MTL_SUB_AST_TRK_VAL_V

Line 1411: FROM mtl_sub_ast_trk_val_v

1407: AND secondary_inventory_name =
1408: p_rtg_header_rec.completion_subinventory;
1409: CURSOR c_SubInventory_Asset IS
1410: SELECT locator_type
1411: FROM mtl_sub_ast_trk_val_v
1412: WHERE organization_id = p_rtg_header_unexp_rec.organization_id
1413: AND secondary_inventory_name =
1414: p_rtg_header_rec.completion_subinventory;
1415: