DBA Data[Home] [Help]

APPS.BOM_VALIDATE_RTG_HEADER dependencies on MTL_ITEM_SUB_AST_TRK_VAL_V

Line 1396: FROM mtl_item_sub_ast_trk_val_v

1392:
1393: -- cursors for completion_subinventory check
1394: CURSOR c_Restrict_SubInv_Asset IS
1395: SELECT locator_type
1396: FROM mtl_item_sub_ast_trk_val_v
1397: WHERE inventory_item_id =p_rtg_header_unexp_rec.assembly_item_id
1398: AND organization_id = p_rtg_header_unexp_rec.organization_id
1399: AND secondary_inventory_name =
1400: p_rtg_header_rec.completion_subinventory;