DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on FND_GLOBAL

Line 172: || fnd_global.local_chr (10)

168:
169: l_string1 := SUBSTR(FND_MESSAGE.Get,1,2500);
170:
171: l_fyi_notification := SUBSTR(l_string
172: || fnd_global.local_chr (10)
173: || l_string1
174: || fnd_global.local_chr (10)
175: || l_string2,1,10000);
176: document := document

Line 174: || fnd_global.local_chr (10)

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

Line 345: || fnd_global.local_chr (10)

341:
342: l_string1 := SUBSTR(FND_MESSAGE.Get,1,2500);
343:
344: l_appr_notification := SUBSTR(l_string
345: || fnd_global.local_chr (10)
346: || l_string1
347: || fnd_global.local_chr (10)
348: || l_string2,1,10000);
349: document := document

Line 347: || fnd_global.local_chr (10)

343:
344: l_appr_notification := SUBSTR(l_string
345: || fnd_global.local_chr (10)
346: || l_string1
347: || fnd_global.local_chr (10)
348: || l_string2,1,10000);
349: document := document
350: || l_appr_notification;
351: document_type := 'text/plain';

Line 520: || fnd_global.local_chr (10)

516: l_string1 := SUBSTR(FND_MESSAGE.Get,1,2500);
517:
518:
519: l_rej_notification := SUBSTR(l_string
520: || fnd_global.local_chr (10)
521: || l_string1
522: || fnd_global.local_chr (10)
523: || l_string2,1,10000);
524: document := document

Line 522: || fnd_global.local_chr (10)

518:
519: l_rej_notification := SUBSTR(l_string
520: || fnd_global.local_chr (10)
521: || l_string1
522: || fnd_global.local_chr (10)
523: || l_string2,1,10000);
524: document := document
525: || l_rej_notification;
526: document_type := 'text/plain';

Line 695: || fnd_global.local_chr (10)

691:
692: l_string1 := SUBSTR(FND_MESSAGE.Get,1,2500);
693:
694: l_appreq_notification := l_string
695: || fnd_global.local_chr (10)
696: || l_string1
697: || fnd_global.local_chr (10)
698: || l_string2;
699: document := document

Line 697: || fnd_global.local_chr (10)

693:
694: l_appreq_notification := l_string
695: || fnd_global.local_chr (10)
696: || l_string1
697: || fnd_global.local_chr (10)
698: || l_string2;
699: document := document
700: || l_appreq_notification;
701: document_type := 'text/plain';

Line 869: || fnd_global.local_chr (10)

865: l_string1 := SUBSTR(FND_MESSAGE.Get,1,2500);
866:
867:
868: l_apprem_notification := l_string
869: || fnd_global.local_chr (10)
870: || l_string1
871: || fnd_global.local_chr (10)
872: || l_string2;
873: document := document

Line 871: || fnd_global.local_chr (10)

867:
868: l_apprem_notification := l_string
869: || fnd_global.local_chr (10)
870: || l_string1
871: || fnd_global.local_chr (10)
872: || l_string2;
873: document := document
874: || l_apprem_notification;
875: document_type := 'text/plain';

Line 1353: FND_GLOBAL.apps_initialize(user_id => l_user_id

1349: IF ( l_next_status_code = 'ACTIVE' )
1350: THEN
1351: -- IF (l_effective_date < SYSDATE) THEN
1352: -- bug 2989406. initialize as GEN_WF does not do it
1353: FND_GLOBAL.apps_initialize(user_id => l_user_id
1354: , resp_id => l_resp_id
1355: , resp_appl_id => l_appl_id
1356: --, security_group_id => l_security_group_id
1357: );