DBA Data[Home] [Help]

APPS.BEN_BEO_BUS dependencies on DT_API

Line 283: NOT (dt_api.check_min_max_dates

279: ,p_argument_value => p_validation_end_date
280: );
281: --
282: If ((nvl(p_column_value, hr_api.g_varchar2) <> hr_api.g_varchar2) and
283: NOT (dt_api.check_min_max_dates
284: (p_base_table_name => p_table_name
285: ,p_base_key_column => p_column_name
286: ,p_base_key_value => p_column_value
287: ,p_from_date => p_validation_start_date

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

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