DBA Data[Home] [Help]

APPS.HR_RO_LOCATION_VAL dependencies on HR_LOCATIONS_ALL

Line 137: from hr_locations_all

133: IS
134:
135: cursor csr_location_exists is
136: select 'x'
137: from hr_locations_all
138: where location_code = p_location_code;
139:
140: l_exists varchar2(1);
141: