DBA Data[Home] [Help]

APPS.BEN_LAR_BUS dependencies on DT_API

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

582: p_argument_value => p_datetrack_mode);
583: --
584: -- Only perform the validation if the datetrack update mode is valid
585: --
586: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
587: --
588: --
589: -- Ensure the arguments are not null
590: --

Line 603: NOT (dt_api.check_min_max_dates

599: p_argument_value => p_validation_end_date);
600: --
601: --
602: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
603: NOT (dt_api.check_min_max_dates
604: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
605: p_base_key_column => 'vrbl_rt_prfl_id',
606: p_base_key_value => p_vrbl_rt_prfl_id,
607: p_from_date => p_validation_start_date,

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

653: -- Processing continues.
654: --
655: -- Post Failure:
656: -- If a row exists by determining the returning Boolean value from the
657: -- generic dt_api.rows_exist function then we must supply an error via
658: -- the use of the local exception handler l_rows_exist.
659: --
660: -- Developer Implementation Notes:
661: -- This procedure should not need maintenance unless the HR Schema model