DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on FF_FORMULAS_F

Line 4099: from ff_formulas_f

4095: select formula_id,
4096: effective_start_date
4097: into l_formula_id,
4098: l_effective_start_date
4099: from ff_formulas_f
4100: where formula_name='NI_VALIDATION'
4101: and business_group_id is null
4102: and legislation_code='CA'
4103: and sysdate between effective_start_date and effective_end_date;