DBA Data[Home] [Help]

APPS.PAY_EVC_BUS dependencies on DT_API

Line 560: NOT (dt_api.check_min_max_dates

556: ,p_argument_value => p_validation_end_date
557: );
558: --
559: If ((nvl(p_event_qualifier_id, hr_api.g_number) <> hr_api.g_number) and
560: NOT (dt_api.check_min_max_dates
561: (p_base_table_name => 'pay_event_qualifiers_f'
562: ,p_base_key_column => 'EVENT_QUALIFIER_ID'
563: ,p_base_key_value => p_event_qualifier_id
564: ,p_from_date => p_validation_start_date

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

603: -- Processing continues.
604: --
605: -- Post Failure:
606: -- If a row exists by determining the returning Boolean value from the
607: -- generic dt_api.rows_exist function then we must supply an error via
608: -- the use of the local exception handler l_rows_exist.
609: --
610: -- Developer Implementation Notes:
611: -- This procedure should not need maintenance unless the HR Schema model