DBA Data[Home] [Help]

APPS.HXC_TKG_BUS SQL Statements

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

Line: 42

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

End chk_non_updateable_args;
Line: 77

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

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

End insert_validate;
Line: 102

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

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

  chk_non_updateable_args
    (p_rec              => p_rec
    );
Line: 133

End update_validate;
Line: 138

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

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

End delete_validate;
Line: 188

    select null
    from   hr_organization_information h1
    where  h1.org_information_context = 'Business Group Information'
      and  h1.organization_id = p_business_group_id;