DBA Data[Home] [Help]

APPS.PAY_ETU_BUS dependencies on DT_API

Line 872: NOT (dt_api.check_min_max_dates

868: ,p_argument_value => p_validation_end_date
869: );
870: --
871: If ((nvl(p_element_type_id, hr_api.g_number) <> hr_api.g_number) and
872: NOT (dt_api.check_min_max_dates
873: (p_base_table_name => 'pay_element_types_f'
874: ,p_base_key_column => 'ELEMENT_TYPE_ID'
875: ,p_base_key_value => p_element_type_id
876: ,p_from_date => p_validation_start_date

Line 882: NOT (dt_api.check_min_max_dates

878: l_table_name := 'element types';
879: raise l_integrity_error;
880: End If;
881: If ((nvl(p_run_type_id, hr_api.g_number) <> hr_api.g_number) and
882: NOT (dt_api.check_min_max_dates
883: (p_base_table_name => 'pay_run_types_f'
884: ,p_base_key_column => 'RUN_TYPE_ID'
885: ,p_base_key_value => p_run_type_id
886: ,p_from_date => p_validation_start_date

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

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