DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on DT_API

Line 1977: dt_api.find_dt_upd_modes

1973: -- Get the datetrack update mode. If the record already exists and the effective date is
1974: -- same as start date, then update should be done in correction mode. In that case, the old
1975: -- record should be inserted in the backup table
1976:
1977: dt_api.find_dt_upd_modes
1978: (p_effective_date => l_effective_dt,
1979: p_base_table_name => 'BEN_ELIG_PER_OPT_F',
1980: p_base_key_column => 'elig_per_opt_id',
1981: p_base_key_value => l_elig_per_opt_id,

Line 2550: dt_api.find_dt_upd_modes

2546: -- if the previous row's start date is greater than or equal the computed
2547: -- start date, then they never really became ineligible. Go find
2548: -- another start elig date to use.
2549: --
2550: dt_api.find_dt_upd_modes
2551: (-- p_effective_date => p_effective_date,
2552: --
2553: -- Bugs : 1412882, part of bug 1412951
2554: --

Line 2911: dt_api.find_dt_upd_modes

2907: --
2908: -- Then call in update mode to create a new elig record with
2909: -- computed start date.
2910: --
2911: dt_api.find_dt_upd_modes
2912: (-- p_effective_date => p_effective_date,
2913: --
2914: -- Bugs : 1412882, part of bug 1412951
2915: --

Line 3249: dt_api.find_dt_upd_modes

3245: p_program_update_date => sysdate);
3246: --
3247: end if; --p
3248: --
3249: dt_api.find_dt_upd_modes
3250: (-- p_effective_date => p_effective_date,
3251: --
3252: -- Bugs : 1412882, part of bug 1412951
3253: --

Line 3981: dt_api.find_dt_upd_modes

3977: else
3978: --
3979: l_t_object_version_number := l_prev_oiplip_elig_check.object_version_number;
3980: --
3981: dt_api.find_dt_upd_modes
3982: (-- p_effective_date => p_effective_date,
3983: --
3984: -- Bugs : 1412882, part of bug 1412951
3985: --

Line 4528: dt_api.find_dt_upd_modes

4524: hr_utility.set_location('l_object_version_number '||l_object_version_number, 889);
4525: hr_utility.set_location('l_effective_dt '||l_effective_dt, 889);
4526: end if;
4527:
4528: dt_api.find_dt_upd_modes
4529: (p_effective_date => l_effective_dt,
4530: p_base_table_name => 'BEN_ELIG_PER_F',
4531: p_base_key_column => 'elig_per_id',
4532: p_base_key_value => l_elig_per_id,

Line 5179: dt_api.find_dt_upd_modes

5175: -- start date, then they never really became ineligible. Go find
5176: -- another start elig date to use.
5177: --
5178: hr_utility.set_location('ben_determine_eligibility2.check_prev_elig DTAPI_FDUM ', 10);
5179: dt_api.find_dt_upd_modes
5180: (-- p_effective_date => p_effective_date,
5181: --
5182: -- Bugs : 1412882, part of bug 1412951
5183: --

Line 5537: dt_api.find_dt_upd_modes

5533: --
5534: -- Then call in update mode to create a new elig record with
5535: -- computed start date.
5536: --
5537: dt_api.find_dt_upd_modes
5538: (-- p_effective_date => p_effective_date,
5539: --
5540: -- Bugs : 1412882, part of bug 1412951
5541: --

Line 5882: dt_api.find_dt_upd_modes

5878: hr_utility.set_location('Building epo cache1 10 : count ' || l_count_icm1,123);
5879: hr_utility.set_location('Building epo cache1 1'|| l_count_icm1,123);
5880: end if; --p
5881: --
5882: dt_api.find_dt_upd_modes
5883: (-- p_effective_date => p_effective_date,
5884: --
5885: -- Bugs : 1412882, part of bug 1412951
5886: --