DBA Data[Home] [Help]

APPS.PAY_IPD_BUS dependencies on DT_API

Line 816: NOT (dt_api.check_min_max_dates

812: ,p_argument_value => p_validation_end_date
813: );
814: --
815: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
816: NOT (dt_api.check_min_max_dates
817: (p_base_table_name => 'per_all_assignments_f'
818: ,p_base_key_column => 'ASSIGNMENT_ID'
819: ,p_base_key_value => p_assignment_id
820: ,p_from_date => p_validation_start_date

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

865: -- Processing continues.
866: --
867: -- Post Failure:
868: -- If a row exists by determining the returning Boolean value from the
869: -- generic dt_api.rows_exist function then we must supply an error via
870: -- the use of the local exception handler l_rows_exist.
871: --
872: -- Developer Implementation Notes:
873: -- This procedure should not need maintenance unless the HR Schema model