DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_DERIVE_PART_AND_RATE_FACTS

Line 1343: ben_derive_part_and_rate_facts.set_taxunit_context

1339: --
1340: else
1341:
1342:
1343: ben_derive_part_and_rate_facts.set_taxunit_context
1344: (p_person_id => p_person_id
1345: ,p_business_group_id => p_business_group_id
1346: ,p_effective_date => l_effective_date
1347: ) ;

Line 1360: ben_derive_part_and_rate_facts.get_latest_paa_id

1356: -- Bug 3818453. Pass assignment_action_id to get_value() to
1357: -- improve performance
1358: --
1359: l_assignment_action_id :=
1360: ben_derive_part_and_rate_facts.get_latest_paa_id
1361: (p_person_id => p_person_id
1362: ,p_business_group_id => p_business_group_id
1363: ,p_effective_date => nvl(p_calc_bal_to_date,l_date));
1364:

Line 2998: ben_derive_part_and_rate_facts.set_taxunit_context

2994: end if;
2995: --
2996: -- before calling the get_value set the tax_unit_id context
2997: --
2998: ben_derive_part_and_rate_facts.set_taxunit_context
2999: (p_person_id => p_person_id
3000: ,p_business_group_id => p_business_group_id
3001: ,p_effective_date => p_effective_date
3002: ) ;