DBA Data[Home] [Help]

APPS.PQH_TTM_BUS SQL Statements

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

Line: 110

    select null
    from   pqh_templates a
    where  a.template_id = p_template_id;
Line: 185

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

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

End insert_validate;
Line: 335

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

End update_validate;
Line: 373

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

End delete_validate;