DBA Data[Home] [Help]

APPS.BEN_XRD_BUS SQL Statements

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

Line: 112

    select null
    from   per_all_people_f a
    where  a.person_id = p_person_id
    and    p_effective_date
           between a.effective_start_date
           and     a.effective_end_date;
Line: 190

    select null
    from   ben_ext_rcd a
    where  a.ext_rcd_id = p_ext_rcd_id;
Line: 244

    select null
    from   ben_ext_rcd_in_file a
    where  a.ext_rcd_in_file_id = p_ext_rcd_in_file_id;
Line: 322

    select null
    from   ben_ext_rslt a
    where  a.ext_rslt_id = p_ext_rslt_id;
Line: 366

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

End insert_validate;
Line: 408

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

End update_validate;
Line: 449

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

End delete_validate;
Line: 472

    select a.legislation_code
    from   per_business_groups a,
           ben_ext_rslt_dtl b
    where b.ext_rslt_dtl_id      = p_ext_rslt_dtl_id
    and   a.business_group_id = b.business_group_id;