DBA Data[Home] [Help]

APPS.PQH_ACC_BUS dependencies on DT_API

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

658: -- Processing continues.
659: --
660: -- Post Failure:
661: -- If a row exists by determining the returning Boolean value from the
662: -- generic dt_api.rows_exist function then we must supply an error via
663: -- the use of the local exception handler l_rows_exist.
664: --
665: -- Developer Implementation Notes:
666: -- This procedure should not need maintenance unless the HR Schema model

Line 720: If (dt_api.rows_exist

716: ,p_argument => 'accommodation_id'
717: ,p_argument_value => p_accommodation_id
718: );
719: --
720: If (dt_api.rows_exist
721: (p_base_table_name => 'pqh_assign_accommodations_f'
722: ,p_base_key_column => 'accommodation_id'
723: ,p_base_key_value => p_accommodation_id
724: ,p_from_date => p_validation_start_date