DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on HR_API

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

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

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

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

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

4209:
4210: -- For UK Legislation, set the lookup type as GB_COUNTY to
4211: -- get the County Name from fnd_common_lookups , Bug 2593220
4212:
4213: if nvl(hr_api.return_legislation_code(p_business_group_id),'NVL') = 'GB' then
4214: l_lookup_type := 'GB_COUNTY';
4215: end if;
4216:
4217: --