Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Doco on wwv_flow* tables and packaged procs e.g. wwv_flow_templates_util

PPlattNov 10 2016 — edited Nov 11 2016

Where do i find doco for the following tables and packaged procs?  I've tried all the doco at http://www.oracle.com/technetwork/developer-tools/apex/documentation/doc-093691.html  and come up blank

thanks in advance

PaulP

 

wwv_flow_templates_used
wwv_flow_steps
wwv_flow_templates_all
wwv_flow_user_interfaces
wwv_flow_popup_lov_template
wwv_flow_cals
wwv_flow_themes
wwv_flow_cal_templates
wwv_flow_page_plugs
wwv_flow_menu_templates
wwv_flow_step_buttons
wwv_flow_step_items
wwv_flow_button_templates
wwv_flow_field_templates
wwv_flow_list_templates
wwv_flow_row_templates
wwv_flow_templates
wwv_flow_page_plug_templates
wwv_flow_toplevel_tabs
wwv_flow_tabs
wwv_flow_step_buttons
wwv_flow_templates_util.page_template_ref_count(u.flow_id, u.id)
wwv_flow_templates_util.region_template_ref_count(u.flow_id, u.id)
wwv_flow_templates_util.report_template_ref_count(u.flow_id, u.id)
wwv_flow_templates_util.list_template_ref_count(u.flow_id, u.id)
wwv_flow_templates_util.label_template_ref_count(u.flow_id, u.id)
wwv_flow_templates_util.button_template_ref_count(u.flow_id, u.id)
wwv_flow_templates_util.breadcrumb_template_ref_count(u.flow_id, u.id)
wwv_flow_templates_util.remove_ununsed_templates (p_flow_id,p_theme_id );
wwv_flow_templates_util.calendar_template_ref_count(u.flow_id, u.id)
wwv_flow_theme_manager.add_theme_to_application (p_application_id,p_theme_id);
wwv_flow_theme_manager.renumber_theme(p_flow_id , p_to_theme , p_from_theme );
wwv_flow_theme_manager.consolidate_templates (p_application_id,p_consolidate_from,p_consolidate_to,p_template_type);
wwv_flow_theme_manager.delete_theme (p_flow_id,p_theme_id );
wwv_flow_theme_manager.switch_theme (p_flow_id,p_from_theme,p_to_theme);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2016
Added on Nov 10 2016
5 comments
735 views