DBA Data[Home] [Help]

APPS.BEN_QIG_BUS dependencies on DT_API

Line 775: NOT (dt_api.check_min_max_dates

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

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

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