DBA Data[Home] [Help]

APPS.AMW_AP_APPROVAL_PVT dependencies on FND_GLOBAL

Line 153: || fnd_global.local_chr (10)

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

Line 155: || fnd_global.local_chr (10)

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

Line 168: FND_GLOBAL.LOCAL_CHR(10) ||

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

Line 170: FND_GLOBAL.LOCAL_CHR(10) ||

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

Line 322: || fnd_global.local_chr (10)

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

Line 324: || fnd_global.local_chr (10)

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

Line 337: FND_GLOBAL.LOCAL_CHR(10) ||

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

Line 339: FND_GLOBAL.LOCAL_CHR(10) ||

335: l_appreq_notification :=
336: l_string ||
337: FND_GLOBAL.LOCAL_CHR(10) ||
338: l_string1 ||
339: FND_GLOBAL.LOCAL_CHR(10) ||
340: l_string2;
341: document := document||l_appreq_notification;
342: document_type := 'text/html';
343: 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;