DBA Data[Home] [Help]

APPS.PY_FR_ADDITIONAL_ELEMENT_RULES dependencies on FF_FORMULA_TYPES

Line 158: from ff_formulas_f f1, ff_formula_types ft

154: and CLASSIFICATION_NAME = 'Accrual Information';
155:
156: cursor csr_skip_rule is
157: select f1.formula_id
158: from ff_formulas_f f1, ff_formula_types ft
159: where f1.formula_name = 'FR_PROCESS_IN_LAST_PRORATION_PERIOD_PROCESSED'
160: and f1.formula_type_id = ft.formula_type_id
161: and ft.formula_type_name = 'Element Skip'
162: and f1.effective_start_date = (select max(f0.effective_start_date)