DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on DT_API

Line 1883: dt_api.find_dt_upd_modes

1879: -- Get the datetrack update mode. If the record already exists and the effective date is
1880: -- same as start date, then update should be done in correction mode. In that case, the old
1881: -- record should be inserted in the backup table
1882:
1883: dt_api.find_dt_upd_modes
1884: (p_effective_date => l_effective_dt,
1885: p_base_table_name => 'BEN_ELIG_PER_OPT_F',
1886: p_base_key_column => 'elig_per_opt_id',
1887: p_base_key_value => l_elig_per_opt_id,

Line 2440: dt_api.find_dt_upd_modes

2436: -- if the previous row's start date is greater than or equal the computed
2437: -- start date, then they never really became ineligible. Go find
2438: -- another start elig date to use.
2439: --
2440: dt_api.find_dt_upd_modes
2441: (-- p_effective_date => p_effective_date,
2442: --
2443: -- Bugs : 1412882, part of bug 1412951
2444: --

Line 2745: dt_api.find_dt_upd_modes

2741: --
2742: -- Then call in update mode to create a new elig record with
2743: -- computed start date.
2744: --
2745: dt_api.find_dt_upd_modes
2746: (-- p_effective_date => p_effective_date,
2747: --
2748: -- Bugs : 1412882, part of bug 1412951
2749: --

Line 3028: dt_api.find_dt_upd_modes

3024: p_program_update_date => sysdate);
3025: --
3026: end if; --p
3027: --
3028: dt_api.find_dt_upd_modes
3029: (-- p_effective_date => p_effective_date,
3030: --
3031: -- Bugs : 1412882, part of bug 1412951
3032: --

Line 3705: dt_api.find_dt_upd_modes

3701: else
3702: --
3703: l_t_object_version_number := l_prev_oiplip_elig_check.object_version_number;
3704: --
3705: dt_api.find_dt_upd_modes
3706: (-- p_effective_date => p_effective_date,
3707: --
3708: -- Bugs : 1412882, part of bug 1412951
3709: --

Line 4196: dt_api.find_dt_upd_modes

4192: hr_utility.set_location('l_object_version_number '||l_object_version_number, 889);
4193: hr_utility.set_location('l_effective_dt '||l_effective_dt, 889);
4194: end if;
4195:
4196: dt_api.find_dt_upd_modes
4197: (p_effective_date => l_effective_dt,
4198: p_base_table_name => 'BEN_ELIG_PER_F',
4199: p_base_key_column => 'elig_per_id',
4200: p_base_key_value => l_elig_per_id,

Line 4788: dt_api.find_dt_upd_modes

4784: -- start date, then they never really became ineligible. Go find
4785: -- another start elig date to use.
4786: --
4787: hr_utility.set_location('ben_determine_eligibility2.check_prev_elig DTAPI_FDUM ', 10);
4788: dt_api.find_dt_upd_modes
4789: (-- p_effective_date => p_effective_date,
4790: --
4791: -- Bugs : 1412882, part of bug 1412951
4792: --

Line 5104: dt_api.find_dt_upd_modes

5100: --
5101: -- Then call in update mode to create a new elig record with
5102: -- computed start date.
5103: --
5104: dt_api.find_dt_upd_modes
5105: (-- p_effective_date => p_effective_date,
5106: --
5107: -- Bugs : 1412882, part of bug 1412951
5108: --

Line 5408: dt_api.find_dt_upd_modes

5404: hr_utility.set_location('Building epo cache1 10 : count ' || l_count_icm1,123);
5405: hr_utility.set_location('Building epo cache1 1'|| l_count_icm1,123);
5406: end if; --p
5407: --
5408: dt_api.find_dt_upd_modes
5409: (-- p_effective_date => p_effective_date,
5410: --
5411: -- Bugs : 1412882, part of bug 1412951
5412: --