DBA Data[Home] [Help]

APPS.BEN_DOP_BUS dependencies on DT_API

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

503: p_argument_value => p_datetrack_mode);
504: --
505: -- Only perform the validation if the datetrack update mode is valid
506: --
507: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
508: --
509: --
510: -- Ensure the arguments are not null
511: --

Line 523: NOT (dt_api.check_min_max_dates

519: p_argument => 'validation_end_date',
520: p_argument_value => p_validation_end_date);
521: --
522: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
523: NOT (dt_api.check_min_max_dates
524: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
525: p_base_key_column => 'vrbl_rt_prfl_id',
526: p_base_key_value => p_vrbl_rt_prfl_id,
527: p_from_date => p_validation_start_date,

Line 533: NOT (dt_api.check_min_max_dates

529: l_table_name := 'ben_vrbl_rt_prfl_f';
530: Raise l_integrity_error;
531: End If;
532: If ((nvl(p_pgm_id, hr_api.g_number) <> hr_api.g_number) and
533: NOT (dt_api.check_min_max_dates
534: (p_base_table_name => 'ben_pgm_f',
535: p_base_key_column => 'pgm_id',
536: p_base_key_value => p_pgm_id,
537: p_from_date => p_validation_start_date,

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

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