DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_WF_PUB dependencies on HR_LOCATIONS

Line 126: FROM hr_locations

122: WHERE resource_id = l_resource_id;
123:
124: CURSOR c_address (l_address_id number) IS
125: SELECT description
126: FROM hr_locations
127: WHERE location_id = l_address_id;
128:
129: CURSOR c_timezone (l_timezone_id number) IS
130: SELECT name