DBA Data[Home] [Help]

APPS.PAY_ELE_BUS dependencies on DT_API

Line 471: NOT (dt_api.check_min_max_dates

467: ,p_argument_value => p_validation_end_date
468: );
469: --
470: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
471: NOT (dt_api.check_min_max_dates
472: (p_base_table_name => 'per_all_assignments_f'
473: ,p_base_key_column => 'ASSIGNMENT_ID'
474: ,p_base_key_value => p_assignment_id
475: ,p_from_date => p_validation_start_date

Line 481: NOT (dt_api.check_min_max_dates

477: l_table_name := 'all assignments';
478: raise l_integrity_error;
479: End If;
480: If ((nvl(p_element_link_id, hr_api.g_number) <> hr_api.g_number) and
481: NOT (dt_api.check_min_max_dates
482: (p_base_table_name => 'pay_element_links_f'
483: ,p_base_key_column => 'ELEMENT_LINK_ID'
484: ,p_base_key_value => p_element_link_id
485: ,p_from_date => p_validation_start_date

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

530: -- Processing continues.
531: --
532: -- Post Failure:
533: -- If a row exists by determining the returning Boolean value from the
534: -- generic dt_api.rows_exist function then we must supply an error via
535: -- the use of the local exception handler l_rows_exist.
536: --
537: -- Developer Implementation Notes:
538: -- This procedure should not need maintenance unless the HR Schema model