DBA Data[Home] [Help]

APPS.PAY_SID_BUS dependencies on DT_API

Line 878: NOT (dt_api.check_min_max_dates

874: ,p_argument_value => p_validation_end_date
875: );
876: --
877: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
878: NOT (dt_api.check_min_max_dates
879: (p_base_table_name => 'per_all_assignments_f'
880: ,p_base_key_column => 'ASSIGNMENT_ID'
881: ,p_base_key_value => p_assignment_id
882: ,p_from_date => p_validation_start_date

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

927: -- Processing continues.
928: --
929: -- Post Failure:
930: -- If a row exists by determining the returning Boolean value from the
931: -- generic dt_api.rows_exist function then we must supply an error via
932: -- the use of the local exception handler l_rows_exist.
933: --
934: -- Developer Implementation Notes:
935: -- This procedure should not need maintenance unless the HR Schema model