DBA Data[Home] [Help]

APPS.BEN_CLA_BUS SQL Statements

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

Line: 110

    select null
    from   ben_age_fctr a
    where  a.age_fctr_id = p_age_fctr_id;
Line: 185

    select null
    from   ben_los_fctr a
    where  a.los_fctr_id = p_los_fctr_id;
Line: 333

    select null
    from   ben_cmbn_age_los_fctr  cla
    where  cla.business_group_id = p_business_group_id and
           cla.name = p_name;
Line: 443

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

End insert_validate;
Line: 488

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

End update_validate;
Line: 535

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

End delete_validate;
Line: 559

    select a.legislation_code
    from   per_business_groups a,
           ben_cmbn_age_los_fctr b
    where b.cmbn_age_los_fctr_id      = p_cmbn_age_los_fctr_id
    and   a.business_group_id = b.business_group_id;