DBA Data[Home] [Help]

APPS.BEN_PRC_BUS dependencies on BEN_DERIVE_PART_AND_RATE_FACTS

Line 252: ben_derive_part_and_rate_facts.set_taxunit_context

248: if l_abr_prv.comp_src_cd is not null then
249: --
250: if l_abr_prv.comp_src_cd = 'BALTYP' THEN
251:
252: ben_derive_part_and_rate_facts.set_taxunit_context
253: (p_person_id => p_person_id
254: ,p_business_group_id => p_business_group_id
255: ,p_effective_date => least(p_effective_date,l_yr_end_date)
256: ) ;

Line 262: ben_derive_part_and_rate_facts.get_latest_paa_id

258: -- Bug 3818453. Pass assignment_action_id to get_value() to
259: -- improve performance
260: --
261: l_assignment_action_id :=
262: ben_derive_part_and_rate_facts.get_latest_paa_id
263: (p_person_id => p_person_id
264: ,p_business_group_id => p_business_group_id
265: ,p_effective_date => least(p_effective_date,l_yr_end_date));
266: