DBA Data[Home] [Help]

APPS.OKS_BASE64 dependencies on STANDARD

Line 8: -- the MIME standard.

4: -- Base64-encode a piece of binary data.
5: --
6: -- Note that this encode function does not split the encoded text into
7: -- multiple lines with no more than 76 bytes each as required by
8: -- the MIME standard.
9: --
10: FUNCTION encode(r IN RAW) RETURN VARCHAR2;
11:
12: END;