DBA Data[Home] [Help]

APPS.AMW_RISK_APPROVAL_PVT dependencies on FND_GLOBAL

Line 154: || fnd_global.local_chr (10)

150: */
151: -- IF (display_type = 'text/plain') THEN
152: l_fyi_notification :=
153: SUBSTR ( l_string
154: || fnd_global.local_chr (10)
155: || l_string1
156: || fnd_global.local_chr (10)
157: || l_string2,
158: 1,

Line 156: || fnd_global.local_chr (10)

152: l_fyi_notification :=
153: SUBSTR ( l_string
154: || fnd_global.local_chr (10)
155: || l_string1
156: || fnd_global.local_chr (10)
157: || l_string2,
158: 1,
159: 10000
160: );

Line 169: FND_GLOBAL.LOCAL_CHR(10) ||

165:
166: /* IF (display_type = 'text/html') THEN
167: l_fyi_notification :=
168: l_string ||
169: FND_GLOBAL.LOCAL_CHR(10) ||
170: l_string1 ||
171: FND_GLOBAL.LOCAL_CHR(10) ||
172: l_string2;
173: document := document||l_appreq_notification;

Line 171: FND_GLOBAL.LOCAL_CHR(10) ||

167: l_fyi_notification :=
168: l_string ||
169: FND_GLOBAL.LOCAL_CHR(10) ||
170: l_string1 ||
171: FND_GLOBAL.LOCAL_CHR(10) ||
172: l_string2;
173: document := document||l_appreq_notification;
174: document_type := 'text/html';
175: RETURN;

Line 323: || fnd_global.local_chr (10)

319: l_string2 := SUBSTR (fnd_message.get, 1, 2500);
320: -- IF (display_type = 'text/plain') THEN
321: l_appr_notification :=
322: SUBSTR ( l_string
323: || fnd_global.local_chr (10)
324: || l_string1
325: || fnd_global.local_chr (10)
326: || l_string2,
327: 1,

Line 325: || fnd_global.local_chr (10)

321: l_appr_notification :=
322: SUBSTR ( l_string
323: || fnd_global.local_chr (10)
324: || l_string1
325: || fnd_global.local_chr (10)
326: || l_string2,
327: 1,
328: 10000
329: );

Line 338: FND_GLOBAL.LOCAL_CHR(10) ||

334:
335: /* IF (display_type = 'text/html') THEN
336: l_appreq_notification :=
337: l_string ||
338: FND_GLOBAL.LOCAL_CHR(10) ||
339: l_string1 ||
340: FND_GLOBAL.LOCAL_CHR(10) ||
341: l_string2;
342: document := document||l_appreq_notification;

Line 340: FND_GLOBAL.LOCAL_CHR(10) ||

336: l_appreq_notification :=
337: l_string ||
338: FND_GLOBAL.LOCAL_CHR(10) ||
339: l_string1 ||
340: FND_GLOBAL.LOCAL_CHR(10) ||
341: l_string2;
342: document := document||l_appreq_notification;
343: document_type := 'text/html';
344: RETURN;

Line 501: || fnd_global.local_chr (10)

497: fnd_message.set_token ('NOTES_FROM_APPROVER', l_note, FALSE);
498: l_string2 := SUBSTR (fnd_message.get, 1, 2500);
499: l_rej_notification :=
500: SUBSTR ( l_string
501: || fnd_global.local_chr (10)
502: || l_string1
503: || fnd_global.local_chr (10)
504: || l_string2,
505: 1,

Line 503: || fnd_global.local_chr (10)

499: l_rej_notification :=
500: SUBSTR ( l_string
501: || fnd_global.local_chr (10)
502: || l_string1
503: || fnd_global.local_chr (10)
504: || l_string2,
505: 1,
506: 10000
507: );

Line 670: || fnd_global.local_chr (10)

666: l_string2 := SUBSTR (fnd_message.get, 1, 2500);
667: -- IF (display_type = 'text/plain') THEN
668: l_appreq_notification :=
669: l_string
670: || fnd_global.local_chr (10)
671: || l_string1
672: || fnd_global.local_chr (10)
673: || l_string2;
674: document := document || l_appreq_notification;

Line 672: || fnd_global.local_chr (10)

668: l_appreq_notification :=
669: l_string
670: || fnd_global.local_chr (10)
671: || l_string1
672: || fnd_global.local_chr (10)
673: || l_string2;
674: document := document || l_appreq_notification;
675: document_type := 'text/plain';
676: RETURN;

Line 682: FND_GLOBAL.LOCAL_CHR(10) ||

678:
679: /* IF (display_type = 'text/html') THEN
680: l_appreq_notification :=
681: l_string ||
682: FND_GLOBAL.LOCAL_CHR(10) ||
683: l_string1 ||
684: FND_GLOBAL.LOCAL_CHR(10) ||
685: l_string2;
686: document := document||l_appreq_notification;

Line 684: FND_GLOBAL.LOCAL_CHR(10) ||

680: l_appreq_notification :=
681: l_string ||
682: FND_GLOBAL.LOCAL_CHR(10) ||
683: l_string1 ||
684: FND_GLOBAL.LOCAL_CHR(10) ||
685: l_string2;
686: document := document||l_appreq_notification;
687: document_type := 'text/html';
688: RETURN;

Line 860: || fnd_global.local_chr (10)

856: */
857: -- IF (display_type = 'text/plain') THEN
858: l_apprem_notification :=
859: l_string
860: || fnd_global.local_chr (10)
861: || l_string1
862: || fnd_global.local_chr (10)
863: || l_string2;
864: document := document || l_apprem_notification;

Line 862: || fnd_global.local_chr (10)

858: l_apprem_notification :=
859: l_string
860: || fnd_global.local_chr (10)
861: || l_string1
862: || fnd_global.local_chr (10)
863: || l_string2;
864: document := document || l_apprem_notification;
865: document_type := 'text/plain';
866: RETURN;

Line 872: FND_GLOBAL.LOCAL_CHR(10) ||

868:
869: /* IF (display_type = 'text/html') THEN
870: l_appreq_notification :=
871: l_string ||
872: FND_GLOBAL.LOCAL_CHR(10) ||
873: l_string1 ||
874: FND_GLOBAL.LOCAL_CHR(10) ||
875: l_string2;
876: document := document||l_appreq_notification;

Line 874: FND_GLOBAL.LOCAL_CHR(10) ||

870: l_appreq_notification :=
871: l_string ||
872: FND_GLOBAL.LOCAL_CHR(10) ||
873: l_string1 ||
874: FND_GLOBAL.LOCAL_CHR(10) ||
875: l_string2;
876: document := document||l_appreq_notification;
877: document_type := 'text/html';
878: RETURN;