DBA Data[Home] [Help]

APPS.PAY_RTU_BUS dependencies on DT_API

Line 888: NOT (dt_api.check_min_max_dates

884: ,p_argument_value => p_validation_end_date
885: );
886: --
887: If ((nvl(p_parent_run_type_id, hr_api.g_number) <> hr_api.g_number) and
888: NOT (dt_api.check_min_max_dates
889: (p_base_table_name => 'pay_run_types_f'
890: ,p_base_key_column => 'RUN_TYPE_ID'
891: ,p_base_key_value => p_parent_run_type_id
892: ,p_from_date => p_validation_start_date

Line 898: NOT (dt_api.check_min_max_dates

894: l_table_name := 'run types';
895: raise l_integrity_error;
896: End If;
897: If ((nvl(p_child_run_type_id, hr_api.g_number) <> hr_api.g_number) and
898: NOT (dt_api.check_min_max_dates
899: (p_base_table_name => 'pay_run_types_f'
900: ,p_base_key_column => 'RUN_TYPE_ID'
901: ,p_base_key_value => p_child_run_type_id
902: ,p_from_date => p_validation_start_date

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

947: -- Processing continues.
948: --
949: -- Post Failure:
950: -- If a row exists by determining the returning Boolean value from the
951: -- generic dt_api.rows_exist function then we must supply an error via
952: -- the use of the local exception handler l_rows_exist.
953: --
954: -- Developer Implementation Notes:
955: -- This procedure should not need maintenance unless the HR Schema model