DBA Data[Home] [Help]

APPS.PAY_RFI_BUS dependencies on DT_API

Line 474: NOT (dt_api.check_min_max_dates

470: ,p_argument_value => p_validation_end_date
471: );
472: --
473: If ((nvl(p_report_format_mapping_id, hr_api.g_number) <> hr_api.g_number) and
474: NOT (dt_api.check_min_max_dates
475: (p_base_table_name => 'pay_report_format_mappings_f'
476: ,p_base_key_column => 'REPORT_FORMAT_MAPPING_ID'
477: ,p_base_key_value => p_report_format_mapping_id
478: ,p_from_date => p_validation_start_date

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

518: -- Processing continues.
519: --
520: -- Post Failure:
521: -- If a row exists by determining the returning Boolean value from the
522: -- generic dt_api.rows_exist function then we must supply an error via
523: -- the use of the local exception handler l_rows_exist.
524: --
525: -- Developer Implementation Notes:
526: -- This procedure should not need maintenance unless the HR Schema model