DBA Data[Home] [Help]

APPS.OKS_MAIL dependencies on FND_GLOBAL

Line 24: CRLF CONSTANT VARCHAR2(10) := FND_GLOBAL.LOCAL_CHR(13) ||

20: -- email. The string should not appear inside the body of any part of the
21: -- email. Customize this if needed or generate this randomly dynamically.
22: BOUNDARY CONSTANT VARCHAR2(256) := '-----7D81B75CCC90D2974F7A1CBD';
23:
24: CRLF CONSTANT VARCHAR2(10) := FND_GLOBAL.LOCAL_CHR(13) ||
25: FND_GLOBAL.LOCAL_CHR(10);
26:
27: --------------------- End Customizable Section ---------------------
28:

Line 25: FND_GLOBAL.LOCAL_CHR(10);

21: -- email. Customize this if needed or generate this randomly dynamically.
22: BOUNDARY CONSTANT VARCHAR2(256) := '-----7D81B75CCC90D2974F7A1CBD';
23:
24: CRLF CONSTANT VARCHAR2(10) := FND_GLOBAL.LOCAL_CHR(13) ||
25: FND_GLOBAL.LOCAL_CHR(10);
26:
27: --------------------- End Customizable Section ---------------------
28:
29: FIRST_BOUNDARY CONSTANT VARCHAR2(256) := '--' || BOUNDARY || CRLF;