DBA Data[Home] [Help]

APPS.HR_AVM_BUS SQL Statements

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

Line: 77

Procedure chk_non_updateable_args
  (p_rec in hr_avm_shd.g_rec_type
  ) IS
--
  l_proc     varchar2(72) := g_package || 'chk_non_updateable_args';
Line: 102

End chk_non_updateable_args;
Line: 325

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

End insert_validate;
Line: 365

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

  chk_non_updateable_args
    (p_rec              => p_rec
    );
Line: 407

End update_validate;
Line: 412

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

End delete_validate;