DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on FND_TIMEZONES_TL

Line 1244: FROM fnd_timezones_b tz, fnd_timezones_tl tz_tl

1240: --:TimeZone_Name
1241: --:display_timezone
1242: CURSOR Get_Timezone (v_time_zone_id NUMBER) IS
1243: SELECT tz_tl.name
1244: FROM fnd_timezones_b tz, fnd_timezones_tl tz_tl
1245: WHERE tz.upgrade_tz_id = v_time_zone_id
1246: AND tz.TIMEZONE_CODE = tz_tl.TIMEZONE_CODE
1247: AND tz_tl.language = USERENV('LANG');
1248: