DBA Data[Home] [Help]

APPS.PQH_CET_BUS SQL Statements

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

Line: 129

    select null
    from   pqh_copy_entity_results a
    where  a.copy_entity_txn_id = p_copy_entity_txn_id
    and    a.result_type_cd     = 'TARGET'
    and    a.status             = 'COMPLETED' ;
Line: 198

    select null
    from   pqh_txn_category_attributes a
    where  a.txn_category_attribute_id = p_txn_category_attribute_id;
Line: 273

    select null
    from   per_business_groups a
    where  a.business_group_id = p_context_business_group_id;
Line: 348

    select null
    from   pqh_transaction_categories a
    where  a.transaction_category_id = p_transaction_category_id;
Line: 460

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

End insert_validate;
Line: 493

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

End update_validate;
Line: 526

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

End delete_validate;