DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on HR_API

Line 1568: if ben_ext_person.g_element_entry_eff_end_date = hr_api.g_eot then

1564: l_rslt_elmt := decode_setup(p_data_elmt_typ_cd,
1565: ben_ext_person.g_element_entry_costing,
1566: to_char(ben_ext_person.g_element_entry_costing_id));
1567: ELSIF p_short_name = 'ELEED' THEN
1568: if ben_ext_person.g_element_entry_eff_end_date = hr_api.g_eot then
1569: l_rslt_elmt := null ;
1570: else
1571: l_rslt_elmt := apply_format_mask(ben_ext_person.g_element_entry_eff_end_date,
1572: p_frmt_mask_cd);

Line 1597: if ben_ext_person.g_element_eev_eff_end_date = hr_api.g_eot then

1593: l_rslt_elmt := apply_format_mask(ben_ext_person.g_element_eev_eff_strt_date,p_frmt_mask_cd);
1594: hr_utility.set_location('eeveffdate '||ben_ext_person.g_element_eev_eff_strt_date ,99);
1595:
1596: ELSIF p_short_name = 'ELVEEDT' THEN
1597: if ben_ext_person.g_element_eev_eff_end_date = hr_api.g_eot then
1598: l_rslt_elmt := null ;
1599: else
1600: l_rslt_elmt := apply_format_mask(ben_ext_person.g_element_eev_eff_end_date,p_frmt_mask_cd);
1601: end if ;

Line 4219: if nvl(hr_api.return_legislation_code(p_business_group_id),'NVL') = 'GB' then

4215:
4216: -- For UK Legislation, set the lookup type as GB_COUNTY to
4217: -- get the County Name from fnd_common_lookups , Bug 2593220
4218:
4219: if nvl(hr_api.return_legislation_code(p_business_group_id),'NVL') = 'GB' then
4220: l_lookup_type := 'GB_COUNTY';
4221: end if;
4222:
4223: --