DBA Data[Home] [Help]

APPS.PQH_ASA_BUS dependencies on DT_API

Line 627: NOT (dt_api.check_min_max_dates

623: ,p_argument_value => p_validation_end_date
624: );
625: --
626: If ((nvl(p_accommodation_id, hr_api.g_number) <> hr_api.g_number) and
627: NOT (dt_api.check_min_max_dates
628: (p_base_table_name => 'pqh_accommodations_f'
629: ,p_base_key_column => 'ACCOMMODATION_ID'
630: ,p_base_key_value => p_accommodation_id
631: ,p_from_date => p_validation_start_date

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

670: -- Processing continues.
671: --
672: -- Post Failure:
673: -- If a row exists by determining the returning Boolean value from the
674: -- generic dt_api.rows_exist function then we must supply an error via
675: -- the use of the local exception handler l_rows_exist.
676: --
677: -- Developer Implementation Notes:
678: -- This procedure should not need maintenance unless the HR Schema model