DBA Data[Home] [Help]

APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_DERIVE_PART_AND_RATE_FACTS

Line 600: ben_derive_part_and_rate_facts.set_taxunit_context

596: END IF;
597: --
598: hr_utility.set_location (' assignent ' || l_assignment_id , 30) ;
599:
600: ben_derive_part_and_rate_facts.set_taxunit_context
601: (p_person_id => l_person_rec.person_id
602: ,p_business_group_id => p_business_group_id
603: ,p_effective_date => p_effective_date
604: ) ;

Line 610: ben_derive_part_and_rate_facts.get_latest_paa_id

606: -- Bug 3818453. Pass assignment_action_id to get_value() to
607: -- improve performance
608: --
609: l_assignment_action_id :=
610: ben_derive_part_and_rate_facts.get_latest_paa_id
611: (p_person_id => l_person_rec.person_id
612: ,p_business_group_id => p_business_group_id
613: ,p_effective_date => p_effective_date);
614:

Line 687: ben_derive_part_and_rate_facts.set_taxunit_context

683: -- 9999 Error out if assignment is not found for person.
684: --
685: END IF;
686:
687: ben_derive_part_and_rate_facts.set_taxunit_context
688: (p_person_id => l_person_rec.person_id
689: ,p_business_group_id => p_business_group_id
690: ,p_effective_date => p_effective_date
691: ) ;

Line 697: ben_derive_part_and_rate_facts.get_latest_paa_id

693: -- Bug 3818453. Pass assignment_action_id to get_value() to
694: -- improve performance
695: --
696: l_assignment_action_id :=
697: ben_derive_part_and_rate_facts.get_latest_paa_id
698: (p_person_id => l_person_rec.person_id
699: ,p_business_group_id => p_business_group_id
700: ,p_effective_date => p_effective_date);
701: