DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on BEN_ELECTION_INFORMATION

Line 803: fnd_message.set_token('PROC','ben_election_information -update');

799: if l_result_exists_flag and
800: l_choice_exists_flag then
801: --
802: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
803: fnd_message.set_token('PROC','ben_election_information -update');
804: -- do update Bug 1295277
805: hr_utility.set_location( ' Case 1 l_result_exists_flag l_choice_exists_flag ' , 9.0);
806: ben_election_information.election_information
807: (p_validate => FALSE

Line 806: ben_election_information.election_information

802: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
803: fnd_message.set_token('PROC','ben_election_information -update');
804: -- do update Bug 1295277
805: hr_utility.set_location( ' Case 1 l_result_exists_flag l_choice_exists_flag ' , 9.0);
806: ben_election_information.election_information
807: (p_validate => FALSE
808: ,p_elig_per_elctbl_chc_id => l_elctbl_chc_rec.elig_per_elctbl_chc_id
809: ,p_prtt_enrt_rslt_id => l_enrt_rslt_rec.prtt_enrt_rslt_id
810: ,p_effective_date => p_effective_date

Line 858: fnd_message.set_token('PROC','ben_election_information-insert');

854: --
855: elsif NOT(l_result_exists_flag) then
856: --
857: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
858: fnd_message.set_token('PROC','ben_election_information-insert');
859: -- do insert.
860: hr_utility.set_location('Effective Date '||p_effective_date , 1399);
861: hr_utility.set_location('p_enrt_mthd_cd ' ||p_enrt_mthd_cd , 1399 ) ;
862:

Line 889: ben_election_information.election_information

885: --
886: end if;
887:
888: --
889: ben_election_information.election_information
890: (p_validate => FALSE
891: ,p_elig_per_elctbl_chc_id => l_elctbl_chc_rec.elig_per_elctbl_chc_id
892: ,p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
893: ,p_effective_date => p_effective_date