DBA Data[Home] [Help]

APPS.AZW_REPORT dependencies on STANDARD

Line 2655: ** Print out the HTML style sheet used by the BIS 11i UI standard.

2651: ** PRINT_HTML_STYLE
2652: ** ================
2653: **
2654: ** Private procedure.
2655: ** Print out the HTML style sheet used by the BIS 11i UI standard.
2656: ** The HTML style is a set of predefined font formats used through
2657: ** out the reports. This procedure must be called by all the
2658: ** display procedures, to be able to use the predefined fonts.
2659: **

Line 3630: * Given a report title, prints a report header comformant with BIS standard.

3626: /*------------------------------------------------------------------------
3627: * PRINT_REPORT_HEADER
3628: *
3629: * Private procedure. Called by xxxx_report.
3630: * Given a report title, prints a report header comformant with BIS standard.
3631: *-----------------------------------------------------------------------*/
3632: PROCEDURE print_report_header(p_title IN VARCHAR2, p_type IN BOOLEAN, p_param_page IN VARCHAR2) IS
3633: v_js_string VARCHAR2(2000);
3634: report_help_url VARCHAR2(240);