DBA Data[Home] [Help]

APPS.BEN_PGM_SHD dependencies on DT_API

Line 288: dt_api.find_dt_del_modes

284: Close C_Sel1;
285: --
286: -- Call the corresponding datetrack api
287: --
288: dt_api.find_dt_del_modes
289: (p_effective_date => p_effective_date,
290: p_base_table_name => 'ben_pgm_f',
291: p_base_key_column => 'pgm_id',
292: p_base_key_value => p_base_key_value,

Line 337: dt_api.find_dt_upd_modes

333: hr_utility.set_location('Entering:'||l_proc, 5);
334: --
335: -- Call the corresponding datetrack api
336: --
337: dt_api.find_dt_upd_modes
338: (p_effective_date => p_effective_date,
339: p_base_table_name => 'ben_pgm_f',
340: p_base_key_column => 'pgm_id',
341: p_base_key_value => p_base_key_value,

Line 371: dt_api.get_object_version_number

367: -- Because we are updating a row we must get the next object
368: -- version number.
369: --
370: l_object_version_number :=
371: dt_api.get_object_version_number
372: (p_base_table_name => 'ben_pgm_f',
373: p_base_key_column => 'pgm_id',
374: p_base_key_value => p_base_key_value);
375: --

Line 587: dt_api.validate_dt_mode

583: --
584: -- Validate the datetrack mode mode getting the validation start
585: -- and end dates for the specified datetrack operation.
586: --
587: dt_api.validate_dt_mode
588: (p_effective_date => p_effective_date,
589: p_datetrack_mode => p_datetrack_mode,
590: p_base_table_name => 'ben_pgm_f',
591: p_base_key_column => 'pgm_id',

Line 638: -- call again because DT_API.VALIDATE_DT_MODE can only

634: p_enforce_foreign_locking => false,
635: p_validation_start_date => l_validation_start_date,
636: p_validation_end_date => l_validation_end_date);
637:
638: -- call again because DT_API.VALIDATE_DT_MODE can only
639: -- accept a max of 10 parent or child tables
640: dt_api.validate_dt_mode
641: (p_effective_date => p_effective_date,
642: p_datetrack_mode => p_datetrack_mode,

Line 640: dt_api.validate_dt_mode

636: p_validation_end_date => l_validation_end_date);
637:
638: -- call again because DT_API.VALIDATE_DT_MODE can only
639: -- accept a max of 10 parent or child tables
640: dt_api.validate_dt_mode
641: (p_effective_date => p_effective_date,
642: p_datetrack_mode => p_datetrack_mode,
643: p_base_table_name => 'ben_pgm_f',
644: p_base_key_column => 'pgm_id',