DBA Data[Home] [Help]

APPS.PAY_ISB_BUS dependencies on DT_API

Line 492: NOT (dt_api.check_min_max_dates

488: ,p_argument_value => p_validation_end_date
489: );
490: --
491: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
492: NOT (dt_api.check_min_max_dates
493: (p_base_table_name => 'per_all_assignments_f'
494: ,p_base_key_column => 'ASSIGNMENT_ID'
495: ,p_base_key_value => p_assignment_id
496: ,p_from_date => p_validation_start_date

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

541: -- Processing continues.
542: --
543: -- Post Failure:
544: -- If a row exists by determining the returning Boolean value from the
545: -- generic dt_api.rows_exist function then we must supply an error via
546: -- the use of the local exception handler l_rows_exist.
547: --
548: -- Developer Implementation Notes:
549: -- This procedure should not need maintenance unless the HR Schema model