DBA Data[Home] [Help]

APPS.FND_TIMEZONES dependencies on FND_TIMEZONES_B

Line 6: from fnd_timezones_b

2: /* $Header: AFTZONEB.pls 115.3 2002/03/01 11:32:40 pkm ship $ */
3: function get_code(tz_id in number) return varchar2 is
4: cursor c1 is
5: select timezone_code
6: from fnd_timezones_b
7: where upgrade_tz_id = tz_id;
8: v_tz_code varchar2(50);
9: begin
10: if tz_id is not null then