DBA Data[Home] [Help]

APPS.BEN_ECT_BUS SQL Statements

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

Line: 133

     select null
       from ben_elig_dsblty_ctg_prte_f
         where category = p_category
           and eligy_prfl_id = p_eligy_prfl_id
           and elig_dsblty_ctg_prte_id <> nvl(p_elig_dsblty_ctg_prte_id,hr_api.g_number)
           and business_group_id + 0 = p_business_group_id
           and p_validation_start_date <= effective_end_date
           and p_validation_end_date >= effective_start_date
           ;
Line: 144

    select system_person_type
    from   per_person_types a
    where  a.person_type_id =to_number( p_category)
           and a.business_group_id = p_business_group_id;
Line: 150

    select null from ben_elig_asnt_set_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_grd_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_org_unit_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_brgng_unit_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_pct_fl_tm_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_hrly_slrd_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_comp_lvl_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_los_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_cmbn_age_los_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_loa_rsn_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_hrs_wkd_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_wk_loc_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_lbr_mmbr_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_pyrl_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_schedd_hrs_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id
      union
    select null from ben_elig_py_bss_prte_f a where a.eligy_prfl_id = p_eligy_prfl_id;
Line: 292

    select null
    from   per_person_types ppt
    where  ppt.system_person_type = p_category
    and    ppt.active_flag = 'Y'
    and    ppt.business_group_id+0 = p_business_group_id;
Line: 432

Procedure dt_update_validate
            (p_eligy_prfl_id                 in number default hr_api.g_number,
	     p_datetrack_mode		     in varchar2,
             p_validation_start_date	     in date,
	     p_validation_end_date	     in date) Is
--
  l_proc	    varchar2(72) := g_package||'dt_update_validate';
Line: 501

End dt_update_validate;
Line: 538

Procedure dt_delete_validate
            (p_elig_dsblty_ctg_prte_id		in number,
             p_datetrack_mode		in varchar2,
	     p_validation_start_date	in date,
	     p_validation_end_date	in date) Is
--
  l_proc	varchar2(72) 	:= g_package||'dt_delete_validate';
Line: 561

  If (p_datetrack_mode = 'DELETE' or
      p_datetrack_mode = 'ZAP') then
    --
    --
    -- Ensure the arguments are not null
    --
    hr_api.mandatory_arg_error
      (p_api_name       => l_proc,
       p_argument       => 'validation_start_date',
       p_argument_value => p_validation_start_date);
Line: 605

End dt_delete_validate;
Line: 610

Procedure insert_validate
	(p_rec 			 in ben_ect_shd.g_rec_type,
	 p_effective_date	 in date,
	 p_datetrack_mode	 in varchar2,
	 p_validation_start_date in date,
	 p_validation_end_date	 in date) is
--
  l_proc	varchar2(72) := g_package||'insert_validate';
Line: 657

End insert_validate;
Line: 662

Procedure update_validate
	(p_rec 			 in ben_ect_shd.g_rec_type,
	 p_effective_date	 in date,
	 p_datetrack_mode	 in varchar2,
	 p_validation_start_date in date,
	 p_validation_end_date	 in date) is
--
  l_proc	varchar2(72) := g_package||'update_validate';
Line: 710

  dt_update_validate
    (p_eligy_prfl_id                 => p_rec.eligy_prfl_id,
     p_datetrack_mode                => p_datetrack_mode,
     p_validation_start_date	     => p_validation_start_date,
     p_validation_end_date	     => p_validation_end_date);
Line: 717

End update_validate;
Line: 722

Procedure delete_validate
	(p_rec 			 in ben_ect_shd.g_rec_type,
	 p_effective_date	 in date,
	 p_datetrack_mode	 in varchar2,
	 p_validation_start_date in date,
	 p_validation_end_date	 in date) is
--
  l_proc	varchar2(72) := g_package||'delete_validate';
Line: 736

  dt_delete_validate
    (p_datetrack_mode		=> p_datetrack_mode,
     p_validation_start_date	=> p_validation_start_date,
     p_validation_end_date	=> p_validation_end_date,
     p_elig_dsblty_ctg_prte_id		=> p_rec.elig_dsblty_ctg_prte_id);
Line: 743

End delete_validate;
Line: 756

    select a.legislation_code
    from   per_business_groups a,
           ben_elig_dsblty_ctg_prte_f b
    where b.elig_dsblty_ctg_prte_id      = p_elig_dsblty_ctg_prte_id
    and   a.business_group_id = b.business_group_id;