DBA Data[Home] [Help]

APPS.BEN_PGM_SHD dependencies on DT_API

Line 289: dt_api.find_dt_del_modes

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

Line 338: dt_api.find_dt_upd_modes

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

Line 372: dt_api.get_object_version_number

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

Line 589: dt_api.validate_dt_mode

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

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

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

Line 642: dt_api.validate_dt_mode

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