DBA Data[Home] [Help]

APPS.PQH_SAT_BUS SQL Statements

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

Line: 110

    select null
    from   pqh_copy_entity_contexts a
    where  a.context = p_context;
Line: 185

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

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

End insert_validate;
Line: 482

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

End update_validate;
Line: 532

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

End delete_validate;