DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on FF_FORMULAS_F

Line 3472: from ff_formulas_f

3468: select formula_id,
3469: effective_start_date
3470: into l_formula_id,
3471: l_effective_start_date
3472: from ff_formulas_f
3473: where formula_name='NI_VALIDATION'
3474: and business_group_id is null
3475: and legislation_code='CA'
3476: and sysdate between effective_start_date and effective_end_date;