DBA Data[Home] [Help]

APPS.PQH_DOC_BUS dependencies on DT_API

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

312: -- Processing continues.
313: --
314: -- Post Failure:
315: -- If a row exists by determining the returning Boolean value from the
316: -- generic dt_api.rows_exist function then we must supply an error via
317: -- the use of the local exception handler l_rows_exist.
318: --
319: -- Developer Implementation Notes:
320: -- This procedure should not need maintenance unless the HR Schema model

Line 375: If (dt_api.rows_exist

371: ,p_argument_value => p_document_id
372: );
373: --
374: If (p_datetrack_mode <> hr_api.g_future_change) then
375: If (dt_api.rows_exist
376: (p_base_table_name => 'pqh_document_attributes_f'
377: ,p_base_key_column => 'document_id'
378: ,p_base_key_value => p_document_id
379: ,p_from_date => p_validation_start_date