DBA Data[Home] [Help]

APPS.PQH_CER_BUS SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 110

    select null
    from   pqh_copy_entity_results a
    where  a.copy_entity_result_id = p_src_copy_entity_result_id;
Line: 179

    select null
    from   pqh_copy_entity_txns a
    where  a.copy_entity_txn_id = p_copy_entity_txn_id;
Line: 291

Procedure insert_validate(p_rec in pqh_cer_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'insert_validate';
Line: 324

End insert_validate;
Line: 329

Procedure update_validate(p_rec in pqh_cer_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'update_validate';
Line: 362

End update_validate;
Line: 367

Procedure delete_validate(p_rec in pqh_cer_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'delete_validate';
Line: 378

End delete_validate;