DBA Data[Home] [Help]

APPS.BEN_GOS_BUS SQL Statements

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

Line: 183

     select null
        from BEN_GD_OR_SVC_TYP
        where name = p_name
          and gd_or_svc_typ_id <> nvl(p_gd_or_svc_typ_id, hr_api.g_number)
          and business_group_id + 0 = p_business_group_id;
Line: 231

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

End insert_validate;
Line: 266

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

End update_validate;
Line: 301

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

End delete_validate;
Line: 325

    select a.legislation_code
    from   per_business_groups a,
           ben_gd_or_svc_typ b
    where b.gd_or_svc_typ_id      = p_gd_or_svc_typ_id
    and   a.business_group_id = b.business_group_id;