DBA Data[Home] [Help]

APPS.BEN_DCO_BUS dependencies on DT_API

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

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

Line 522: NOT (dt_api.check_min_max_dates

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

Line 532: NOT (dt_api.check_min_max_dates

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

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

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