DBA Data[Home] [Help]

APPS.HR_POSITION_API dependencies on FND_PROFILE

Line 2491: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'

2487: --
2488: if l_position_definition_id is null
2489: -- or l_name is null
2490: then
2491: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'
2492: or l_name is null
2493: then
2494: hr_kflex_utility.ins_or_sel_keyflex_comb
2495: (p_appl_short_name => 'PER'

Line 3640: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'

3636: end if;
3637: --
3638: if l_null_ind = 0
3639: then
3640: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'
3641: or p_name is null
3642: then
3643: --
3644: hr_kflex_utility.upd_or_sel_keyflex_comb

Line 4525: -- fnd_profiles are initialized when position flexfield valuesets

4521: -- Regenerate_position_name to rebuild position name for only one position
4522: -- from current flexfield values
4523: --
4524: -- If this process is called at the server-side ensure that
4525: -- fnd_profiles are initialized when position flexfield valuesets
4526: -- uses profile values
4527: --
4528: procedure regenerate_position_name(p_position_id number) is
4529: cursor c_position(p_position_id number) is