DBA Data[Home] [Help]

APPS.HXC_HAN_BUS SQL Statements

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

Line: 37

    select pbg.security_group_id,
           pbg.legislation_code
      from per_business_groups_perf pbg
         , hxc_app_comp_notifications han
      --   , EDIT_HERE table_name(s) 333
     where han.comp_notification_id = p_comp_notification_id
       and han.object_version_number = p_object_version_number;
Line: 127

    select pbg.legislation_code
      from per_business_groups_perf     pbg
         , hxc_app_comp_notifications han
      --   , EDIT_HERE table_name(s) 333
     where han.comp_notification_id = p_comp_notification_id
       and han.object_version_number = p_object_version_number;
Line: 233

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

End chk_non_updateable_args;
Line: 380

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

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

End insert_validate;
Line: 464

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

  chk_non_updateable_args
    (p_rec              => p_rec
    );
Line: 516

End update_validate;
Line: 521

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

End delete_validate;