DBA Data[Home] [Help]

SYS.OWA_TEXT dependencies on STANDARD

Line 30: /* Standard "make element" routines. */

26: rows int_arr,
27: num_rows integer
28: );
29:
30: /* Standard "make element" routines. */
31: function new_multi return multi_line;
32: procedure new_multi(mline out multi_line);
33:
34: /* STREAM2MULTI takes in a single stream of text and will turn */

Line 46: /* For manipulating row_list structures - standard creation routines */

42:
43: /* PRINT_MULTI uses HTP.PRINT to print out a multi-line structure */
44: procedure print_multi(mline in multi_line);
45:
46: /* For manipulating row_list structures - standard creation routines */
47: function new_row_list return row_list;
48: procedure new_row_list(rlist out row_list);
49:
50: /* Print a row list using HTP.PRINT */