DBA Data[Home] [Help]

APPS.BEN_CMD_BUS SQL Statements

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

Line: 110

    select null
    from   ben_cm_dlvry_mthd_typ a
    where  a.cm_dlvry_mthd_typ_id = p_cm_dlvry_mthd_typ_id;
Line: 398

     select null
        from ben_cm_dlvry_med_typ
        where cm_dlvry_med_typ_cd = p_cm_dlvry_med_typ_cd
          and cm_dlvry_mthd_typ_id = p_cm_dlvry_mthd_typ_id
          and business_group_id + 0 = p_business_group_id ;
Line: 444

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

End insert_validate;
Line: 499

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

End update_validate;
Line: 554

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

End delete_validate;
Line: 578

    select a.legislation_code
    from   per_business_groups a,
           ben_cm_dlvry_med_typ b
    where b.cm_dlvry_med_typ_id      = p_cm_dlvry_med_typ_id
    and   a.business_group_id = b.business_group_id;