DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on HR_LOCATIONS

Line 1060: from hr_locations

1056: x_progress varchar2(3) := '000';
1057:
1058: cursor c1(x_location_id IN number) is
1059: select location_code
1060: from hr_locations
1061: where location_id = x_location_id;
1062:
1063: BEGIN
1064: /* for deliver to location */