--application/shared_components/user_interface/templates/calendar/calendar
prompt ......template 24750440422526800
begin
begin
wwv_flow_api.create_calendar_template(
p_id=> 24750440422526800 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_cal_template_name=>'Calendar',
p_translate_this_template=> 'Y',
p_day_of_week_format=> '
#IDAY# | ',
p_month_title_format=> ' '||chr(10)||
' '||chr(10)||
' | #IMONTH# #YYYY# | '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
' ',
p_month_open_format=> '',
p_month_close_format=> ' | '||chr(10)||
'
'||chr(10)||
'
'||chr(10)||
'',
p_day_title_format=> '#DD#
',
p_day_open_format=> '',
p_day_close_format=> ' | ',
p_today_open_format=> '',
p_weekend_title_format=> ' #DD# ',
p_weekend_open_format => ' | ',
p_weekend_close_format => ' | ',
p_nonday_title_format => '#DD#
',
p_nonday_open_format => '',
p_nonday_close_format => ' | ',
p_week_title_format => '',
p_week_open_format => '',
p_week_close_format => '
',
p_daily_title_format => '',
p_daily_open_format => '',
p_daily_close_format => '
',
p_weekly_title_format => ''||chr(10)||
''||chr(10)||
'| #WTITLE# | '||chr(10)||
'
'||chr(10)||
''||chr(10)||
'| ',
p_weekly_day_of_week_format => ' | #IDAY# #MM#/#DD# | ',
p_weekly_month_open_format => '',
p_weekly_month_close_format => '
',
p_weekly_day_title_format => '',
p_weekly_day_open_format => '',
p_weekly_day_close_format => '
| ',
p_weekly_today_open_format => '',
p_weekly_weekend_title_format => '',
p_weekly_weekend_open_format => ' | ',
p_weekly_weekend_close_format => '
| ',
p_weekly_time_open_format => '',
p_weekly_time_close_format => '
| ',
p_weekly_time_title_format => '#TIME#',
p_weekly_hour_open_format => '',
p_weekly_hour_close_format => '
',
p_daily_day_of_week_format => '#IDAY# #DD#/#MM# | ',
p_daily_month_title_format => ' | #IMONTH# #DD#, #YYYY# |
'||chr(10)||
'',
p_daily_month_open_format => '',
p_daily_month_close_format => ' |
',
p_daily_day_title_format => '',
p_daily_day_open_format => '',
p_daily_day_close_format => '
| ',
p_daily_today_open_format => '',
p_daily_time_open_format => ' | ',
p_daily_time_close_format => '
| ',
p_daily_time_title_format => '#TIME#',
p_daily_hour_open_format => '',
p_daily_hour_close_format => '
',
p_theme_id => 101,
p_theme_class_id => 1,
p_reference_id=> null);
end;
null;
end;
/