DBA Data[Home] [Help]

SYS.STANDARD dependencies on STANDARD

Line 1: package body STANDARD is -- careful on this line; SED edit occurs!

1: package body STANDARD is -- careful on this line; SED edit occurs!
2:
3: subtype Cursor_Handle is binary_integer range 0..255;
4:
5: INVALID_USERENV_PARAMETER exception;

Line 8: -- This exception is used by several sped-up STANDARD functions' ICDs to

4:
5: INVALID_USERENV_PARAMETER exception;
6: pragma EXCEPTION_INIT(INVALID_USERENV_PARAMETER, -2003);
7:
8: -- This exception is used by several sped-up STANDARD functions' ICDs to
9: -- indicate that the ICD is unable to compute the result, and that SQL should
10: -- be used to do the computation.
11: ICD_UNABLE_TO_COMPUTE exception;
12: pragma EXCEPTION_INIT(ICD_UNABLE_TO_COMPUTE, -6594);

Line 672: -- END OF PACKAGE standard

668: -- if (B1 IS NULL) then return(B2); else return(B1); end if;
669: -- end NVL;
670:
671:
672: -- END OF PACKAGE standard
673: end;
674:
675: