DBA Data[Home] [Help]

APPS.HXC_TKGQ_BUS SQL Statements

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

Line: 32

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

End chk_non_updateable_args;
Line: 89

Procedure insert_validate
  (p_rec                          in hxc_tkgq_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) ;
Line: 98

  	l_proc := g_package||'insert_validate';
Line: 120

End insert_validate;
Line: 152

Procedure update_validate
  (p_rec                          in hxc_tkgq_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) ;
Line: 162

  	l_proc := g_package||'update_validate';
Line: 187

  chk_non_updateable_args
    (p_rec              => p_rec
    );
Line: 195

End update_validate;
Line: 227

Procedure delete_validate
  (p_rec              in hxc_tkgq_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72) ;
Line: 236

  	l_proc := g_package||'delete_validate';
Line: 247

End delete_validate;