
November 3rd, 2011, 07:36 AM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 1
Time spent in forums: 7 m 23 sec
Reputation Power: 0
|
|
|
When using Form Builder to create a new form from TEMPLATE.fmb, there is an error
FRM-30064: Unable to parse statement select timezone_code,name
,to_char(trunc(gmt_offset),'S09') || ':' || to_char(abs(gmt_offset - trunc(gmt_offset))*60,'FM900') offset
,decode(daylight_savings_flag,'Y','*',null) dst_flag
from fnd_timezones_vl
where enabled_flag = 'Y'
order by gmt_offset.
ORA-00942: table or view does not exist
Record Group TIMEZONES
Form: TEMPLATE
FRM-30085: Unable to adjust form for output.
How can I fix this error?
|