DBA Data[Home] [Help]

APPS.PQH_BDT_BUS SQL Statements

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

Line: 110

    select null
    from   per_grades a
    where  a.grade_id = p_grade_id;
Line: 186

    select null
    from   per_jobs a
    where  a.job_id = p_job_id;
Line: 262

    select null
    from   pqh_budget_versions a
    where  a.budget_version_id = p_budget_version_id;
Line: 338

    select null
    from   hr_all_organization_units a
    where  a.organization_id = p_organization_id;
Line: 588

Procedure insert_validate(p_rec in pqh_bdt_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'insert_validate';
Line: 643

End insert_validate;
Line: 648

Procedure update_validate(p_rec in pqh_bdt_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_validate';
Line: 703

End update_validate;
Line: 708

Procedure delete_validate(p_rec in pqh_bdt_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'delete_validate';
Line: 718

End delete_validate;