DBA Data[Home] [Help]

APPS.BEN_BCI_BUS SQL Statements

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

Line: 40

    select bg.legislation_code
        from   per_business_groups_perf bg,
               ben_benefit_actions bba, ben_batch_bnft_cert_info bpa
        where bba.benefit_action_id      = bpa.benefit_action_id
        and   bba.business_group_id = bg.business_group_id
    and   bpa.batch_benft_cert_id = p_batch_benft_cert_id;
Line: 224

Procedure insert_validate(p_rec in ben_bci_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'insert_validate';
Line: 251

End insert_validate;
Line: 256

Procedure update_validate(p_rec in ben_bci_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'update_validate';
Line: 283

End update_validate;
Line: 288

Procedure delete_validate(p_rec in ben_bci_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'delete_validate';
Line: 299

End delete_validate;