DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on BEN_ELECTION_INFORMATION

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

1429: if l_result_exists_flag and
1430: l_choice_exists_flag then
1431: --
1432: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
1433: fnd_message.set_token('PROC','ben_election_information -update');
1434: -- do update Bug 1295277
1435: hr_utility.set_location( ' Case 1 l_result_exists_flag l_choice_exists_flag ' , 9.0);
1436: ben_election_information.election_information
1437: (p_validate => FALSE

Line 1436: ben_election_information.election_information

1432: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
1433: fnd_message.set_token('PROC','ben_election_information -update');
1434: -- do update Bug 1295277
1435: hr_utility.set_location( ' Case 1 l_result_exists_flag l_choice_exists_flag ' , 9.0);
1436: ben_election_information.election_information
1437: (p_validate => FALSE
1438: ,p_elig_per_elctbl_chc_id => l_elctbl_chc_rec.elig_per_elctbl_chc_id
1439: ,p_prtt_enrt_rslt_id => l_enrt_rslt_rec.prtt_enrt_rslt_id
1440: ,p_effective_date => l_eff_date_for_enrt --8716870

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

1486: --
1487: elsif NOT(l_result_exists_flag) then
1488: --
1489: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
1490: fnd_message.set_token('PROC','ben_election_information-insert');
1491: -- do insert.
1492: hr_utility.set_location('Effective Date '||p_effective_date , 1399);
1493: hr_utility.set_location('p_enrt_mthd_cd ' ||p_enrt_mthd_cd , 1399 ) ;
1494:

Line 1521: ben_election_information.election_information

1517: --
1518: end if;
1519:
1520: --
1521: ben_election_information.election_information
1522: (p_validate => FALSE
1523: ,p_elig_per_elctbl_chc_id => l_elctbl_chc_rec.elig_per_elctbl_chc_id
1524: ,p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
1525: ,p_effective_date => p_effective_date

Line 1615: --Environment objects. We have just called a heavy duty api (ben_election_information/ben_prtt_enrt_result_api)

1611: --
1612: /* 8716870 begins */
1613: if nvl(l_eff_date_for_enrt,p_effective_date)<>p_effective_date then
1614: --if we used a different effective date than p_effective_date then store it again in
1615: --Environment objects. We have just called a heavy duty api (ben_election_information/ben_prtt_enrt_result_api)
1616: --with an effective date different from what was supposed to be used. This may have stored this date in the
1617: --env objects. This date is not required for any other modules so we query to see if this value was written and
1618: --if so we will overwrite it with the original effective date.
1619: ben_env_object.get(p_rec => p_global_env_rec);