DBA Data[Home] [Help]

APPS.IRC_IAD_BUS dependencies on DT_API

Line 312: NOT (dt_api.check_min_max_dates

308: ,p_argument_value => p_validation_end_date
309: );
310: --
311: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
312: NOT (dt_api.check_min_max_dates
313: (p_base_table_name => 'per_all_assignments_f'
314: ,p_base_key_column => 'ASSIGNMENT_ID'
315: ,p_base_key_value => p_assignment_id
316: ,p_from_date => p_validation_start_date

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

355: -- Processing continues.
356: --
357: -- Post Failure:
358: -- If a row exists by determining the returning Boolean value from the
359: -- generic dt_api.rows_exist function then we must supply an error via
360: -- the use of the local exception handler l_rows_exist.
361: --
362: -- Developer Implementation Notes:
363: -- This procedure should not need maintenance unless the HR Schema model