DBA Data[Home] [Help]

APPS.BOM_VALIDATE_RTG_HEADER dependencies on MTL_ITEM_SUB_TRK_VAL_V

Line 1404: FROM mtl_item_sub_trk_val_v

1400: p_rtg_header_rec.completion_subinventory;
1401:
1402: CURSOR c_Restrict_SubInv_Trk IS
1403: SELECT locator_type
1404: FROM mtl_item_sub_trk_val_v
1405: WHERE inventory_item_id = p_rtg_header_unexp_rec.assembly_item_id
1406: AND organization_id = p_rtg_header_unexp_rec.organization_id
1407: AND secondary_inventory_name =
1408: p_rtg_header_rec.completion_subinventory;