DBA Data[Home] [Help]

APPS.BEN_ENT_BUS dependencies on DT_API

Line 513: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then

509: p_argument_value => p_datetrack_mode);
510: --
511: -- Only perform the validation if the datetrack update mode is valid
512: --
513: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
514: --
515: --
516: -- Ensure the arguments are not null
517: --

Line 529: NOT (dt_api.check_min_max_dates

525: p_argument => 'validation_end_date',
526: p_argument_value => p_validation_end_date);
527: --
528: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
529: NOT (dt_api.check_min_max_dates
530: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
531: p_base_key_column => 'vrbl_rt_prfl_id',
532: p_base_key_value => p_vrbl_rt_prfl_id,
533: p_from_date => p_validation_start_date,

Line 539: NOT (dt_api.check_min_max_dates

535: l_table_name := 'ben_vrbl_rt_prfl_f';
536: Raise l_integrity_error;
537: End If;
538: If ((nvl(p_ptip_id, hr_api.g_number) <> hr_api.g_number) and
539: NOT (dt_api.check_min_max_dates
540: (p_base_table_name => 'ben_ptip_f',
541: p_base_key_column => 'ptip_id',
542: p_base_key_value => p_ptip_id,
543: p_from_date => p_validation_start_date,

Line 594: -- generic dt_api.rows_exist function then we must supply an error via

590: -- Processing continues.
591: --
592: -- Post Failure:
593: -- If a row exists by determining the returning Boolean value from the
594: -- generic dt_api.rows_exist function then we must supply an error via
595: -- the use of the local exception handler l_rows_exist.
596: --
597: -- Developer Implementation Notes:
598: -- This procedure should not need maintenance unless the HR Schema model