DBA Data[Home] [Help]

APPS.PQH_REFRESH_DATA dependencies on STANDARD

Line 106: || The standard list of delimiters. You can over-ride these with

102: TYPE atoms_tabtype IS TABLE OF VARCHAR2(8000) INDEX BY BINARY_INTEGER;
103: g_atoms_table atoms_tabtype;
104:
105: /*
106: || The standard list of delimiters. You can over-ride these with
107: || your own list when you call the procedures and functions below.
108: || This list is a pretty standard set of delimiters, though.
109: */
110: std_delimiters VARCHAR2 (50) := ' ';

Line 108: || This list is a pretty standard set of delimiters, though.

104:
105: /*
106: || The standard list of delimiters. You can over-ride these with
107: || your own list when you call the procedures and functions below.
108: || This list is a pretty standard set of delimiters, though.
109: */
110: std_delimiters VARCHAR2 (50) := ' ';
111:
112: /*