DBA Data[Home] [Help]

APPS.PER_ABV_BUS dependencies on DT_API

Line 401: NOT (dt_api.check_min_max_dates

397: ,p_argument_value => p_validation_end_date
398: );
399: --
400: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
401: NOT (dt_api.check_min_max_dates
402: (p_base_table_name => 'per_all_assignments_f'
403: ,p_base_key_column => 'ASSIGNMENT_ID'
404: ,p_base_key_value => p_assignment_id
405: ,p_from_date => p_validation_start_date

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

450: -- Processing continues.
451: --
452: -- Post Failure:
453: -- If a row exists by determining the returning Boolean value from the
454: -- generic dt_api.rows_exist function then we must supply an error via
455: -- the use of the local exception handler l_rows_exist.
456: --
457: -- Developer Implementation Notes:
458: -- This procedure should not need maintenance unless the HR Schema model