DBA Data[Home] [Help]

APPS.AMW_CTRL_APPROVAL_PVT dependencies on FND_GLOBAL

Line 171: || fnd_global.local_chr (10)

167: ,aname => 'AMW_FORWARD_FROM_USERNAME');
168: */
169: -- IF (display_type = 'text/plain') THEN
170: l_fyi_notification := SUBSTR(l_string
171: || fnd_global.local_chr (10)
172: || l_string1
173: || fnd_global.local_chr (10)
174: || l_string2,1,10000);
175: document := document

Line 173: || fnd_global.local_chr (10)

169: -- IF (display_type = 'text/plain') THEN
170: l_fyi_notification := SUBSTR(l_string
171: || fnd_global.local_chr (10)
172: || l_string1
173: || fnd_global.local_chr (10)
174: || l_string2,1,10000);
175: document := document
176: || l_fyi_notification;
177: document_type := 'text/plain';

Line 184: FND_GLOBAL.LOCAL_CHR(10) ||

180:
181: /* IF (display_type = 'text/html') THEN
182: l_fyi_notification :=
183: l_string ||
184: FND_GLOBAL.LOCAL_CHR(10) ||
185: l_string1 ||
186: FND_GLOBAL.LOCAL_CHR(10) ||
187: l_string2;
188: document := document||l_appreq_notification;

Line 186: FND_GLOBAL.LOCAL_CHR(10) ||

182: l_fyi_notification :=
183: l_string ||
184: FND_GLOBAL.LOCAL_CHR(10) ||
185: l_string1 ||
186: FND_GLOBAL.LOCAL_CHR(10) ||
187: l_string2;
188: document := document||l_appreq_notification;
189: document_type := 'text/html';
190: RETURN;

Line 360: || fnd_global.local_chr (10)

356:
357:
358: -- IF (display_type = 'text/plain') THEN
359: l_appr_notification := SUBSTR(l_string
360: || fnd_global.local_chr (10)
361: || l_string1
362: || fnd_global.local_chr (10)
363: || l_string2,1,10000);
364: document := document

Line 362: || fnd_global.local_chr (10)

358: -- IF (display_type = 'text/plain') THEN
359: l_appr_notification := SUBSTR(l_string
360: || fnd_global.local_chr (10)
361: || l_string1
362: || fnd_global.local_chr (10)
363: || l_string2,1,10000);
364: document := document
365: || l_appr_notification;
366: document_type := 'text/plain';

Line 373: FND_GLOBAL.LOCAL_CHR(10) ||

369:
370: /* IF (display_type = 'text/html') THEN
371: l_appreq_notification :=
372: l_string ||
373: FND_GLOBAL.LOCAL_CHR(10) ||
374: l_string1 ||
375: FND_GLOBAL.LOCAL_CHR(10) ||
376: l_string2;
377: document := document||l_appreq_notification;

Line 375: FND_GLOBAL.LOCAL_CHR(10) ||

371: l_appreq_notification :=
372: l_string ||
373: FND_GLOBAL.LOCAL_CHR(10) ||
374: l_string1 ||
375: FND_GLOBAL.LOCAL_CHR(10) ||
376: l_string2;
377: document := document||l_appreq_notification;
378: document_type := 'text/html';
379: RETURN;

Line 558: || fnd_global.local_chr (10)

554:
555: l_string2 := SUBSTR(FND_MESSAGE.Get, 1, 2500);
556:
557: l_rej_notification := SUBSTR(l_string
558: || fnd_global.local_chr (10)
559: || l_string1
560: || fnd_global.local_chr (10)
561: || l_string2,1,10000);
562: document := document

Line 560: || fnd_global.local_chr (10)

556:
557: l_rej_notification := SUBSTR(l_string
558: || fnd_global.local_chr (10)
559: || l_string1
560: || fnd_global.local_chr (10)
561: || l_string2,1,10000);
562: document := document
563: || l_rej_notification;
564: document_type := 'text/plain';

Line 735: || fnd_global.local_chr (10)

731: fnd_message.set_token ('COMMENTS', l_note, FALSE);
732: l_string2 := SUBSTR(fnd_message.get,1,2500);
733: -- IF (display_type = 'text/plain') THEN
734: l_appreq_notification := l_string
735: || fnd_global.local_chr (10)
736: || l_string1
737: || fnd_global.local_chr (10)
738: || l_string2;
739: document := document

Line 737: || fnd_global.local_chr (10)

733: -- IF (display_type = 'text/plain') THEN
734: l_appreq_notification := l_string
735: || fnd_global.local_chr (10)
736: || l_string1
737: || fnd_global.local_chr (10)
738: || l_string2;
739: document := document
740: || l_appreq_notification;
741: document_type := 'text/plain';

Line 748: FND_GLOBAL.LOCAL_CHR(10) ||

744:
745: /* IF (display_type = 'text/html') THEN
746: l_appreq_notification :=
747: l_string ||
748: FND_GLOBAL.LOCAL_CHR(10) ||
749: l_string1 ||
750: FND_GLOBAL.LOCAL_CHR(10) ||
751: l_string2;
752: document := document||l_appreq_notification;

Line 750: FND_GLOBAL.LOCAL_CHR(10) ||

746: l_appreq_notification :=
747: l_string ||
748: FND_GLOBAL.LOCAL_CHR(10) ||
749: l_string1 ||
750: FND_GLOBAL.LOCAL_CHR(10) ||
751: l_string2;
752: document := document||l_appreq_notification;
753: document_type := 'text/html';
754: RETURN;

Line 939: || fnd_global.local_chr (10)

935: ,aname => 'AMW_FORWARD_FROM_USERNAME');
936: */
937: -- IF (display_type = 'text/plain') THEN
938: l_apprem_notification := l_string
939: || fnd_global.local_chr (10)
940: || l_string1
941: || fnd_global.local_chr (10)
942: || l_string2;
943: document := document

Line 941: || fnd_global.local_chr (10)

937: -- IF (display_type = 'text/plain') THEN
938: l_apprem_notification := l_string
939: || fnd_global.local_chr (10)
940: || l_string1
941: || fnd_global.local_chr (10)
942: || l_string2;
943: document := document
944: || l_apprem_notification;
945: document_type := 'text/plain';

Line 952: FND_GLOBAL.LOCAL_CHR(10) ||

948:
949: /* IF (display_type = 'text/html') THEN
950: l_appreq_notification :=
951: l_string ||
952: FND_GLOBAL.LOCAL_CHR(10) ||
953: l_string1 ||
954: FND_GLOBAL.LOCAL_CHR(10) ||
955: l_string2;
956: document := document||l_appreq_notification;

Line 954: FND_GLOBAL.LOCAL_CHR(10) ||

950: l_appreq_notification :=
951: l_string ||
952: FND_GLOBAL.LOCAL_CHR(10) ||
953: l_string1 ||
954: FND_GLOBAL.LOCAL_CHR(10) ||
955: l_string2;
956: document := document||l_appreq_notification;
957: document_type := 'text/html';
958: RETURN;