DBA Data[Home] [Help]

APPS.BEN_EXT_ADV_CONDITIONS dependencies on BEN_EXT_ADV_CONDITIONS

Line 1: Package Body ben_ext_adv_conditions as

1: Package Body ben_ext_adv_conditions as
2: /* $Header: benxadvc.pkb 120.9 2007/10/08 23:56:45 tjesumic noship $ */
3: --------------------------------------------------------------------------------
4: /*
5: +==============================================================================+

Line 52: g_package varchar2(30) := ' ben_ext_adv_conditions.';

48: 10/08/07 115.23 tjesumic cuplication validation cursor changed. the values are extracted and validated for performance
49:
50: */
51: --
52: g_package varchar2(30) := ' ben_ext_adv_conditions.';
53: --
54: Type num_list is table of varchar2(1)
55: Index by binary_integer;
56:

Line 213: ben_ext_adv_conditions.g_ext_adv_ct_validation := 'N' ;

209: Begin
210: --
211: hr_utility.set_location('Entering'||l_proc, 5);
212: --
213: ben_ext_adv_conditions.g_ext_adv_ct_validation := 'N' ;
214: p_exclude_this_rcd_flag := false;
215: if p_sprs_cd = null then
216: return;
217: end if;

Line 229: if ben_ext_adv_conditions.g_ext_adv_ct_validation <> 'N' then

225: ben_ext_adv_ct_check.rcd_in_file(p_ext_rcd_in_file_id => p_ext_rcd_in_file_id ,
226: p_sprs_cd => p_sprs_cd ,
227: p_exclude_this_rcd_flag => l_exclude_flag ) ;
228:
229: if ben_ext_adv_conditions.g_ext_adv_ct_validation <> 'N' then
230: p_exclude_this_rcd_flag := nvl(l_exclude_flag, false) ;
231: return ;
232: end if ;
233:

Line 554: ben_ext_adv_conditions.g_ext_adv_ct_validation := 'N' ;

550: --
551: Begin
552: --
553: hr_utility.set_location('Entering'||l_proc, 5);
554: ben_ext_adv_conditions.g_ext_adv_ct_validation := 'N' ;
555: --
556: p_exclude_this_rcd_flag := false;
557:
558:

Line 563: if ben_ext_adv_conditions.g_ext_adv_ct_validation <> 'N' then

559:
560: ben_ext_adv_ct_check.data_elmt_in_rcd(p_ext_rcd_id => p_ext_rcd_id ,
561: p_exclude_this_rcd_flag => l_exclude_flag ) ;
562:
563: if ben_ext_adv_conditions.g_ext_adv_ct_validation <> 'N' then
564: p_exclude_this_rcd_flag := nvl(l_exclude_flag, false) ;
565: return ;
566: end if ;
567:

Line 2584: End ben_ext_adv_conditions;

2580: End chg_rcd_merge ;
2581:
2582:
2583: --
2584: End ben_ext_adv_conditions;