DBA Data[Home] [Help]

APPS.PER_MX_SSAFFL_ARCHIVE dependencies on HR_MX_UTILITY

Line 577: ln_gre_id := hr_mx_utility.get_gre_from_scl(p_soft_coding_keyflex_id) ;

573: BEGIN
574:
575: if p_soft_coding_keyflex_id is not null then
576: -- get the gre_id using scl
577: ln_gre_id := hr_mx_utility.get_gre_from_scl(p_soft_coding_keyflex_id) ;
578:
579: end if;
580:
581: if ln_gre_id is null then

Line 583: ln_gre_id := hr_mx_utility.get_gre_from_location(

579: end if;
580:
581: if ln_gre_id is null then
582: -- get the gre_id using location
583: ln_gre_id := hr_mx_utility.get_gre_from_location(
584: p_location_id,
585: p_business_group_id,
586: p_effective_date,
587: l_is_ambiguous,