DBA Data[Home] [Help]

APPS.BEN_CTP_SHD dependencies on DT_API

Line 278: dt_api.find_dt_del_modes

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

Line 324: dt_api.find_dt_upd_modes

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

Line 358: dt_api.get_object_version_number

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

Line 567: dt_api.validate_dt_mode

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