DBA Data[Home] [Help]

APPS.BEN_CCM_SHD dependencies on DT_API

Line 238: dt_api.find_dt_del_modes

234: Close C_Sel1;
235: --
236: -- Call the corresponding datetrack api
237: --
238: dt_api.find_dt_del_modes
239: (p_effective_date => p_effective_date,
240: p_base_table_name => 'ben_cvg_amt_calc_mthd_f',
241: p_base_key_column => 'cvg_amt_calc_mthd_id',
242: p_base_key_value => p_base_key_value,

Line 278: dt_api.find_dt_upd_modes

274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: -- Call the corresponding datetrack api
277: --
278: dt_api.find_dt_upd_modes
279: (p_effective_date => p_effective_date,
280: p_base_table_name => 'ben_cvg_amt_calc_mthd_f',
281: p_base_key_column => 'cvg_amt_calc_mthd_id',
282: p_base_key_value => p_base_key_value,

Line 312: dt_api.get_object_version_number

308: -- Because we are updating a row we must get the next object
309: -- version number.
310: --
311: l_object_version_number :=
312: dt_api.get_object_version_number
313: (p_base_table_name => 'ben_cvg_amt_calc_mthd_f',
314: p_base_key_column => 'cvg_amt_calc_mthd_id',
315: p_base_key_value => p_base_key_value);
316: --

Line 482: dt_api.validate_dt_mode

478: --
479: -- Validate the datetrack mode mode getting the validation start
480: -- and end dates for the specified datetrack operation.
481: --
482: dt_api.validate_dt_mode
483: (p_effective_date => p_effective_date,
484: p_datetrack_mode => p_datetrack_mode,
485: p_base_table_name => 'ben_cvg_amt_calc_mthd_f',
486: p_base_key_column => 'cvg_amt_calc_mthd_id',