DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on HR_LOCATIONS

Line 1114: from hr_locations

1110: x_progress varchar2(3) := '000';
1111:
1112: cursor c1(x_location_id IN number) is
1113: select location_code
1114: from hr_locations
1115: where location_id = x_location_id;
1116:
1117: BEGIN
1118: /* for deliver to location */