DBA Data[Home] [Help]

APPS.JTF_TTY_GEO_TERRGP dependencies on JTF_TERR_RSC_ALL

Line 53: from jtf_terr_rsc_all

49: , creation_date
50: , created_by
51: , last_update_date
52: , last_updated_by
53: from jtf_terr_rsc_all
54: where terr_id = cr_terr_id
55: and resource_type = 'RS_ROLE'; -- Need to Fix before ARCS
56:
57: /* Cursor that convert the TERR go values to TTY geo values */

Line 256: FROM jtf_terr_rsc_all

252: , CREATION_DATE
253: , LAST_UPDATED_BY
254: , LAST_UPDATE_DATE
255: , LAST_UPDATE_LOGIN
256: FROM jtf_terr_rsc_all
257: where terr_id = p_terr_id
258: and resource_type = 'RS_EMPLOYEE';
259:
260: EXCEPTION

Line 298: FROM jtf_terr_rsc_all

294: , CREATION_DATE
295: , LAST_UPDATED_BY
296: , LAST_UPDATE_DATE
297: , LAST_UPDATE_LOGIN
298: FROM jtf_terr_rsc_all
299: where terr_id = p_terr_id
300: and resource_type = 'RS_EMPLOYEE';
301:
302: EXCEPTION