DBA Data[Home] [Help]

APPS.PAY_UCI_BUS dependencies on DT_API

Line 311: NOT (dt_api.check_min_max_dates

307: ,p_argument_value => p_validation_end_date
308: );
309: --
310: If ((nvl(p_user_row_id, hr_api.g_number) <> hr_api.g_number) and
311: NOT (dt_api.check_min_max_dates
312: (p_base_table_name => 'pay_user_rows_f'
313: ,p_base_key_column => 'USER_ROW_ID'
314: ,p_base_key_value => p_user_row_id
315: ,p_from_date => p_validation_start_date

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

354: -- Processing continues.
355: --
356: -- Post Failure:
357: -- If a row exists by determining the returning Boolean value from the
358: -- generic dt_api.rows_exist function then we must supply an error via
359: -- the use of the local exception handler l_rows_exist.
360: --
361: -- Developer Implementation Notes:
362: -- This procedure should not need maintenance unless the HR Schema model