DBA Data[Home] [Help]

APPS.PAY_PAYUSDED_XMLP_PKG dependencies on HR_LOCATIONS

Line 154: from hr_locations

150: then
151: l_message := 'Error: While Selecting Location name ....';
152: select location_code
153: into c_location
154: from hr_locations
155: where location_id = p_location_id;
156: else
157: c_location := '';
158: end if;