DBA Data[Home] [Help]

APPS.BEN_CTY_BUS dependencies on DT_API

Line 902: NOT (dt_api.check_min_max_dates

898: ,p_argument_value => p_validation_end_date
899: );
900: --
901: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
902: NOT (dt_api.check_min_max_dates
903: (p_base_table_name => 'ben_vrbl_rt_prfl_f'
904: ,p_base_key_column => 'VRBL_RT_PRFL_ID'
905: ,p_base_key_value => p_vrbl_rt_prfl_id
906: ,p_from_date => p_validation_start_date

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

945: -- Processing continues.
946: --
947: -- Post Failure:
948: -- If a row exists by determining the returning Boolean value from the
949: -- generic dt_api.rows_exist function then we must supply an error via
950: -- the use of the local exception handler l_rows_exist.
951: --
952: -- Developer Implementation Notes:
953: -- This procedure should not need maintenance unless the HR Schema model