DBA Data[Home] [Help]

APPS.PQH_BGM_BUS SQL Statements

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

Line: 95

SELECT COUNT(*)
FROM pqh_budget_gl_flex_maps
WHERE budget_id = p_budget_id
  AND gl_account_segment   = p_gl_account_segment
  AND budget_gl_flex_map_id <> p_budget_gl_flex_map_id;
Line: 131

  This procedure will check that the payroll_cost_segment is NOT NULL in UPDATE
  This will ONLY be called in update_validate
*/
  l_proc         varchar2(72) := g_package||'chk_cost_segments';
Line: 156

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

End insert_validate;
Line: 183

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

End update_validate;
Line: 215

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

End delete_validate;