DBA Data[Home] [Help]

APPS.PO_DEBUG dependencies on STANDARD

Line 11: /podev/po/internal/standards/logging/logging.xml

7: The logging routines in this package are obsolete.
8: They are replaced by routines in the PO_LOG package.
9:
10: For more details on the PO logging strategy, see the document at
11: /podev/po/internal/standards/logging/logging.xml
12:
13: ***************************************************************
14: ***************************************************************
15: */

Line 181: -- 8/20/03: The following variables and procedures are non-standard comformant,

177: );
178:
179: -------------------------------------------------------------------------------
180: -------------------------------------------------------------------------------
181: -- 8/20/03: The following variables and procedures are non-standard comformant,
182: -- and should not be used.
183: -- They exist for legacy code.
184: -------------------------------------------------------------------------------
185: -------------------------------------------------------------------------------

Line 195: -- Write debug messages to file or standard out based on the value of package

191: write_to_file BOOLEAN := FALSE;
192:
193:
194:
195: -- Write debug messages to file or standard out based on the value of package
196: -- variable PO_DEBUG.write_to_file.
197: --
198: -- Use PO_DEBUG.set_file_io( TRUE / FALSE ) to set this variable.
199:

Line 204: -- Set flag for writing to file or standard out

200: PROCEDURE PUT_LINE (v_line in varchar2);
201:
202:
203:
204: -- Set flag for writing to file or standard out
205:
206: PROCEDURE set_file_io(flag BOOLEAN);
207:
208: