DBA Data[Home] [Help]

APPS.PAY_FR_SICKNESS_ABSENCE dependencies on FF_GLOBALS_F

Line 94: from ff_globals_f

90: ElsIf p_abs_information_category = 'FR_FR_ADOPTION' Then
91: --
92: select global_value
93: Into l_adoption_spouse_min_leave
94: from ff_globals_f
95: where global_name ='FR_ADOPTION_SPOUSE_MIN_LEAVE'
96: and legislation_code = 'FR'
97: and business_group_id is null;
98: --

Line 208: from ff_globals_f

204: ElsIf p_abs_information_category = 'FR_FR_ADOPTION' Then
205: --
206: select global_value
207: Into l_adoption_spouse_min_leave
208: from ff_globals_f
209: where global_name ='FR_ADOPTION_SPOUSE_MIN_LEAVE'
210: and legislation_code = 'FR'
211: and business_group_id is null;
212: --