DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on FND_PROFILE

Line 4294: if NVL(fnd_profile.value('GHR_POS_VALID_WARN_ERROR'),'E') = 'W' then

4290: hr_utility.set_message(8302,'PQH_SINGLE_POS_FUTURE_ASG');
4291: hr_utility.set_message_token('FUTURE_ASG_DATE', r1.effective_start_date);
4292: --- Fix For Bug # 10201563---
4293: -- pqh_utility.set_message_level_cd('E');
4294: if NVL(fnd_profile.value('GHR_POS_VALID_WARN_ERROR'),'E') = 'W' then
4295: pqh_utility.set_message_level_cd('W');
4296: else
4297: pqh_utility.set_message_level_cd('E');
4298: end if;

Line 4364: if NVL(fnd_profile.value('GHR_POS_VALID_WARN_ERROR'),'E') = 'W' then

4360: hr_utility.set_message(8302,'PQH_SINGLE_POS_FUTURE_ASG');
4361: hr_utility.set_message_token('FUTURE_ASG_DATE', r1.effective_start_date);
4362: --- Fix For Bug # 10201563---
4363: -- pqh_utility.set_message_level_cd('E');
4364: if NVL(fnd_profile.value('GHR_POS_VALID_WARN_ERROR'),'E') = 'W' then
4365: pqh_utility.set_message_level_cd('W');
4366: else
4367: pqh_utility.set_message_level_cd('E');
4368: end if;

Line 4610: l_business_group_id := NVL(hr_general.get_business_group_id,fnd_profile.value('PER_BUSINESS_GROUP_ID'));

4606: AND NVL(pos.position_control_structure_flg,'N') = 'Y'
4607: AND pos.business_group_id = p_business_group_id;
4608: begin
4609: if p_business_group_id is null then
4610: l_business_group_id := NVL(hr_general.get_business_group_id,fnd_profile.value('PER_BUSINESS_GROUP_ID'));
4611: else
4612: l_business_group_id := p_business_group_id;
4613: end if;
4614: if p_effective_date is null then