DBA Data[Home] [Help]

APPS.BEN_ADE_BUS dependencies on FF_FORMULAS_F

Line 287: from ff_formulas_f ff

283: l_dummy varchar2(1);
284: --
285: cursor c1 is
286: select null
287: from ff_formulas_f ff
288: ,per_business_groups pbg
289: where ff.formula_id = p_apld_dpnt_cvg_elig_rl
290: and ff.formula_type_id = -35
291: and pbg.business_group_id = p_business_group_id

Line 414: (p_base_table_name => 'ff_formulas_f',

410: p_argument_value => p_validation_end_date);
411: --
412: If ((nvl(p_apld_dpnt_cvg_elig_rl, hr_api.g_number) <> hr_api.g_number) and
413: NOT (dt_api.check_min_max_dates
414: (p_base_table_name => 'ff_formulas_f',
415: p_base_key_column => 'formula_id',
416: p_base_key_value => p_apld_dpnt_cvg_elig_rl,
417: p_from_date => p_validation_start_date,
418: p_to_date => p_validation_end_date))) Then

Line 419: l_table_name := 'ff_formulas_f';

415: p_base_key_column => 'formula_id',
416: p_base_key_value => p_apld_dpnt_cvg_elig_rl,
417: p_from_date => p_validation_start_date,
418: p_to_date => p_validation_end_date))) Then
419: l_table_name := 'ff_formulas_f';
420: Raise l_integrity_error;
421: End If;
422: If ((nvl(p_pgm_id, hr_api.g_number) <> hr_api.g_number) and
423: NOT (dt_api.check_min_max_dates