DBA Data[Home] [Help]

APPS.HR_DM_LIBRARY dependencies on FND_GLOBAL

Line 3081: l_cr := fnd_global.local_chr(10);

3077: -- only process for non-HR_DMVP% views
3078: if substr(p_table_info.table_name, 1,7) <> 'hr_dmvp' then
3079:
3080: -- find out what chr(10) is
3081: l_cr := fnd_global.local_chr(10);
3082:
3083: -- build up column list
3084: l_first := 'Y';
3085: hr_dm_utility.message('INFO','creating columns for ' ||

Line 3597: l_cr := fnd_global.local_chr(10);

3593: fetch csr_apps_name into l_apps_name;
3594: close csr_apps_name;
3595:
3596: -- find out what chr(10) is
3597: l_cr := fnd_global.local_chr(10);
3598:
3599: -- find which views we need to build
3600: open csr_view;
3601: loop