DBA Data[Home] [Help]

APPS.XLA_UTILITY_PKG dependencies on STANDARD

Line 20: | - printed on the standard OUTPUT, |

16: | |
17: | A] Trace/Debugging facilities. |
18: | |
19: | The output debug messages are either: |
20: | - printed on the standard OUTPUT, |
21: | - sent to another SRS process waiting for a pipe, |
22: | - written to the current logfile through fnd_file |
23: | - written in an HTML page |
24: | - written in a flat file |

Line 39: | PL/SQL coding standard: |

35: | (...); |
36: | xla_utility_pkg.trace_off('OUTPUT|FILE',location); |
37: | END; |
38: | |
39: | PL/SQL coding standard: |
40: | BEGIN |
41: | xla_utility_pkg.init_trace(mode,location) |
42: | .../... |
43: | xla_utility_pkg.trace('String',trace_level); |