DBA Data[Home] [Help]

APPS.JG_UTILITY_PKG dependencies on STANDARD

Line 9: | Generate standard output information sending it to outfile so that |

5: | PUBLIC PROCEDURE |
6: | out NOCOPY - Print an output line |
7: | |
8: | DESCRIPTION |
9: | Generate standard output information sending it to outfile so that |
10: | the client tool can out NOCOPY it for the user. |
11: | |
12: | REQUIRES |
13: | line The line of text that will be displayed. |

Line 28: | Generate standard output information sending it to logfile so that |

24: | PUBLIC PROCEDURE |
25: | log - Print an log line |
26: | |
27: | DESCRIPTION |
28: | Generate standard output information sending it to logfile so that |
29: | the client tool can out NOCOPY it for the user. |
30: | |
31: | REQUIRES |
32: | line The line of text that will be displayed. |

Line 47: | Generate standard debug information sending it to logfile so that |

43: | PUBLIC PROCEDURE |
44: | debug - Print a debug message |
45: | |
46: | DESCRIPTION |
47: | Generate standard debug information sending it to logfile so that |
48: | the client tool can log it for the user. |
49: | |
50: | REQUIRES |
51: | line The line of text that will be displayed. |

Line 68: | Generate standard debug information sending it to dbms_output so that |

64: | PUBLIC PROCEDURE |
65: | enable_debug - Enable run time debugging |
66: | |
67: | DESCRIPTION |
68: | Generate standard debug information sending it to dbms_output so that |
69: | the client tool can log it for the user. |
70: | |
71: | REQUIRES |
72: | |

Line 86: | Generate standard debug information sending it to dbms_output so that |

82: | PUBLIC PROCEDURE |
83: | disable_debug - Disable run time debugging |
84: | |
85: | DESCRIPTION |
86: | Generate standard debug information sending it to dbms_output so that |
87: | the client tool can log it for the user. |
88: | |
89: | REQUIRES |
90: | |