DBA Data[Home] [Help]

APPS.BEN_MTR_BUS dependencies on DT_API

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

818: p_argument_value => p_datetrack_mode);
819: --
820: -- Only perform the validation if the datetrack update mode is valid
821: --
822: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
823: --
824: --
825: -- Ensure the arguments are not null
826: --

Line 838: NOT (dt_api.check_min_max_dates

834: p_argument => 'validation_end_date',
835: p_argument_value => p_validation_end_date);
836: --
837: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
838: NOT (dt_api.check_min_max_dates
839: (p_base_table_name => 'ben_acty_base_rt_f',
840: p_base_key_column => 'acty_base_rt_id',
841: p_base_key_value => p_acty_base_rt_id,
842: p_from_date => p_validation_start_date,

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

890: -- Processing continues.
891: --
892: -- Post Failure:
893: -- If a row exists by determining the returning Boolean value from the
894: -- generic dt_api.rows_exist function then we must supply an error via
895: -- the use of the local exception handler l_rows_exist.
896: --
897: -- Developer Implementation Notes:
898: -- This procedure should not need maintenance unless the HR Schema model