DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_DERIVE_PART_AND_RATE_FACTS

Line 1461: ben_derive_part_and_rate_facts.set_taxunit_context

1457: --
1458: else
1459:
1460:
1461: ben_derive_part_and_rate_facts.set_taxunit_context
1462: (p_person_id => p_person_id
1463: ,p_business_group_id => p_business_group_id
1464: ,p_effective_date => l_effective_date
1465: ) ;

Line 1478: ben_derive_part_and_rate_facts.get_latest_paa_id

1474: -- Bug 3818453. Pass assignment_action_id to get_value() to
1475: -- improve performance
1476: --
1477: l_assignment_action_id :=
1478: ben_derive_part_and_rate_facts.get_latest_paa_id
1479: (p_person_id => p_person_id
1480: ,p_business_group_id => p_business_group_id
1481: ,p_effective_date => nvl(p_calc_bal_to_date,l_date));
1482:

Line 3119: ben_derive_part_and_rate_facts.set_taxunit_context

3115: end if;
3116: --
3117: -- before calling the get_value set the tax_unit_id context
3118: --
3119: ben_derive_part_and_rate_facts.set_taxunit_context
3120: (p_person_id => p_person_id
3121: ,p_business_group_id => p_business_group_id
3122: ,p_effective_date => p_effective_date
3123: ) ;