DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on STANDARD

Line 1: PACKAGE CEP_STANDARD AS

1: PACKAGE CEP_STANDARD AS
2: /* $Header: ceseutls.pls 120.10.12010000.2 2008/08/10 14:28:08 csutaria ship $ */
3: /*----------------------------------------------------------------------------*
4: | PUBLIC PROCEDURE |
5: | debug - Display text message if in debug mode |

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

6: | enable_debug - Enable run time debugging |
7: | disable_debug - Disable run time debugging |
8: | |
9: | DESCRIPTION |
10: | Generate standard debug information sending it to dbms_output so that |
11: | the client tool can log it for the user. |
12: | |
13: | REQUIRES |
14: | line_of_text The line of text that will be displayed. |

Line 132: END CEP_STANDARD;

128: PROCEDURE init_security;
129:
130: PROCEDURE init_security_baui;
131:
132: END CEP_STANDARD;