DBA Data[Home] [Help]

APPS.BEN_JRT_BUS dependencies on DT_API

Line 772: NOT (dt_api.check_min_max_dates

768: ,p_argument_value => p_validation_end_date
769: );
770: --
771: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
772: NOT (dt_api.check_min_max_dates
773: (p_base_table_name => 'ben_vrbl_rt_prfl_f'
774: ,p_base_key_column => 'VRBL_RT_PRFL_ID'
775: ,p_base_key_value => p_vrbl_rt_prfl_id
776: ,p_from_date => p_validation_start_date

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

815: -- Processing continues.
816: --
817: -- Post Failure:
818: -- If a row exists by determining the returning Boolean value from the
819: -- generic dt_api.rows_exist function then we must supply an error via
820: -- the use of the local exception handler l_rows_exist.
821: --
822: -- Developer Implementation Notes:
823: -- This procedure should not need maintenance unless the HR Schema model