DBA Data[Home] [Help]

APPS.BEN_CTP_SHD dependencies on DT_API

Line 279: dt_api.find_dt_del_modes

275: Close C_Sel1;
276: --
277: -- Call the corresponding datetrack api
278: --
279: dt_api.find_dt_del_modes
280: (p_effective_date => p_effective_date,
281: p_base_table_name => 'ben_ptip_f',
282: p_base_key_column => 'ptip_id',
283: p_base_key_value => p_base_key_value,

Line 325: dt_api.find_dt_upd_modes

321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: -- Call the corresponding datetrack api
324: --
325: dt_api.find_dt_upd_modes
326: (p_effective_date => p_effective_date,
327: p_base_table_name => 'ben_ptip_f',
328: p_base_key_column => 'ptip_id',
329: p_base_key_value => p_base_key_value,

Line 359: dt_api.get_object_version_number

355: -- Because we are updating a row we must get the next object
356: -- version number.
357: --
358: l_object_version_number :=
359: dt_api.get_object_version_number
360: (p_base_table_name => 'ben_ptip_f',
361: p_base_key_column => 'ptip_id',
362: p_base_key_value => p_base_key_value);
363: --

Line 569: dt_api.validate_dt_mode

565: --
566: -- Validate the datetrack mode mode getting the validation start
567: -- and end dates for the specified datetrack operation.
568: --
569: dt_api.validate_dt_mode
570: (p_effective_date => p_effective_date,
571: p_datetrack_mode => p_datetrack_mode,
572: p_base_table_name => 'ben_ptip_f',
573: p_base_key_column => 'ptip_id',