DBA Data[Home] [Help]

APPS.BEN_CMT_BUS SQL Statements

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

Line: 111

    select null
    from   ben_cm_typ_f a
    where  a.cm_typ_id = p_cm_typ_id;
Line: 401

    select null
    from   ben_cm_dlvry_mthd_typ
    where  cm_typ_id = nvl(p_cm_typ_id, hr_api.g_number)
    /* Bug Fix for Bug 1862 Benefits Bugs */
    and    cm_dlvry_mthd_typ_cd = p_cm_dlvry_mthd_typ_cd
    and    business_group_id + 0 = p_business_group_id ;
Line: 449

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

End insert_validate;
Line: 503

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

End update_validate;
Line: 557

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

End delete_validate;
Line: 581

    select a.legislation_code
    from   per_business_groups a,
           ben_cm_dlvry_mthd_typ b
    where b.cm_dlvry_mthd_typ_id      = p_cm_dlvry_mthd_typ_id
    and   a.business_group_id = b.business_group_id;