DBA Data[Home] [Help]

APPS.BEN_PRM_BUS dependencies on DT_API

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

486: p_argument_value => p_datetrack_mode);
487: --
488: -- Only perform the validation if the datetrack update mode is valid
489: --
490: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
491: --
492: --
493: -- Ensure the arguments are not null
494: --

Line 506: NOT (dt_api.check_min_max_dates

502: p_argument => 'validation_end_date',
503: p_argument_value => p_validation_end_date);
504: --
505: If ((nvl(p_prtt_prem_id, hr_api.g_number) <> hr_api.g_number) and
506: NOT (dt_api.check_min_max_dates
507: (p_base_table_name => 'ben_prtt_prem_f',
508: p_base_key_column => 'prtt_prem_id',
509: p_base_key_value => p_prtt_prem_id,
510: p_from_date => p_validation_start_date,

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

556: -- Processing continues.
557: --
558: -- Post Failure:
559: -- If a row exists by determining the returning Boolean value from the
560: -- generic dt_api.rows_exist function then we must supply an error via
561: -- the use of the local exception handler l_rows_exist.
562: --
563: -- Developer Implementation Notes:
564: -- This procedure should not need maintenance unless the HR Schema model