DBA Data[Home] [Help]

APPS.PSP_EFFORTS_PKG dependencies on FND_GLOBAL

Line 1150: errbuf1 := SUBSTR((errbuf1 ||fnd_global.local_chr(10) || t_message),1,1700);

1146: LOOP
1147: FETCH t_errors INTO t_message;
1148: EXIT WHEN t_errors%NOTFOUND;
1149: IF NVL(length(errbuf1),0) <= 1700 THEN
1150: errbuf1 := SUBSTR((errbuf1 ||fnd_global.local_chr(10) || t_message),1,1700);
1151: END IF;
1152: END LOOP;
1153: CLOSE t_errors;
1154: ---

Line 1277: l_user_name := fnd_global.user_name; -- Bug 7004679

1273: l_report_id1 := to_char(l_report_id) || to_char(l_max_ver);
1274: l_wf_report_id := l_report_id1;
1275: -- End 8.31.99
1276:
1277: l_user_name := fnd_global.user_name; -- Bug 7004679
1278:
1279: wf_engine.createprocess('INF_EMP',
1280: l_wf_report_id,
1281: 'PROC_EMP');