[Home] [Help]
610: --
611: cursor csr_loc_extra_exists is
612: select 'Y'
613: from hr_locations_all loc,
614: hr_location_extra_info lei
615: where loc.location_id = p_entity_id
616: and loc.location_id = lei.location_id
617: and lei.information_type in ('Establishment Information',
618: 'VETS-100 Specific Information',