DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on STANDARD

Line 10: 'Package DBMS_STANDARD, which is supplied with Oracle,

6:
7: Copying this help message to describe the use of
8: custom error message.
9:
10: 'Package DBMS_STANDARD, which is supplied with Oracle,
11: provides language facilities that help your application interact with Oracle.
12: For example, the procedure raise_application_error lets you
13: issue user-defined error messages from stored subprograms.
14: That way, you can report errors to your application

Line 23: Package DBMS_STANDARD is an extension of package STANDARD,

19: and message is a character string up to 2048 bytes long.
20: If the optional third parameter is TRUE, the error is placed
21: on the stack of previous errors. If the parameter is FALSE (the default),
22: the error replaces all previous errors.
23: Package DBMS_STANDARD is an extension of package STANDARD,
24: so you need not qualify references to its contents.'
25:
26: */
27: