DBA Data[Home] [Help]

APPS.FND_DATE_TZ dependencies on ALL_OBJECTS

Line 13: from all_objects

9:
10: function is_9i_db return varchar2 is
11: cursor c1 is
12: select 'x'
13: from all_objects
14: where object_name = 'V$TIMEZONE_NAMES'
15: and owner = 'PUBLIC';
16: v_dummy varchar2(1);
17: