DBA Data[Home] [Help]

APPS.PQH_FR_EMP_STAT_SITUATION_API dependencies on PQH_FR_STAT_SIT_UTIL

Line 802: l_reinstate_sit_id:= pqh_fr_stat_sit_util.get_dflt_situation(p_business_group_id => hr_general.get_business_group_id,

798: BEGIN
799: hr_utility.set_location('Entering:'|| l_proc, 10);
800: savepoint reinstate_emp_stat_situation;
801: --Modified by deenath. Changed parameters 'IN' and 'IN_N' to 'IA' and 'IA_N' resp.
802: l_reinstate_sit_id:= pqh_fr_stat_sit_util.get_dflt_situation(p_business_group_id => hr_general.get_business_group_id,
803: p_effective_date => p_reinstate_date,
804: p_situation_type => 'IA',
805: p_sub_type => 'IA_N');
806: IF l_reinstate_sit_id = -1 THEN