DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on FND_GLOBAL

Line 171: || fnd_global.local_chr (10)

167:
168: l_string1 := SUBSTR(FND_MESSAGE.Get,1,2500);
169:
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:
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 344: || fnd_global.local_chr (10)

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

Line 346: || fnd_global.local_chr (10)

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

Line 519: || fnd_global.local_chr (10)

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

Line 521: || fnd_global.local_chr (10)

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

Line 694: || fnd_global.local_chr (10)

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

Line 696: || fnd_global.local_chr (10)

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

Line 868: || fnd_global.local_chr (10)

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

Line 870: || fnd_global.local_chr (10)

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

Line 1352: FND_GLOBAL.apps_initialize(user_id => l_user_id

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