DBA Data[Home] [Help]

APPS.BEN_BER_BUS dependencies on DT_API

Line 280: NOT (dt_api.check_min_max_dates

276: ,p_argument_value => p_validation_end_date
277: );
278: --
279: If ((nvl(p_elig_obj_id, hr_api.g_number) <> hr_api.g_number) and
280: NOT (dt_api.check_min_max_dates
281: (p_base_table_name => 'ben_elig_obj_f'
282: ,p_base_key_column => 'ELIG_OBJ_ID'
283: ,p_base_key_value => p_elig_obj_id
284: ,p_from_date => p_validation_start_date

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

323: -- Processing continues.
324: --
325: -- Post Failure:
326: -- If a row exists by determining the returning Boolean value from the
327: -- generic dt_api.rows_exist function then we must supply an error via
328: -- the use of the local exception handler l_rows_exist.
329: --
330: -- Developer Implementation Notes:
331: -- This procedure should not need maintenance unless the HR Schema model