DBA Data[Home] [Help]

APPS.BEN_IREC_BACK_OUT_CONC dependencies on FF_FORMULAS_F

Line 539: from ff_formulas_f fff,

535: , cv_business_group_id number
536: , cv_effective_date date
537: ) is
538: select fff.formula_id
539: from ff_formulas_f fff,
540: ff_formulas_f fff1
541: where fff.business_group_id = cv_business_group_id
542: and cv_effective_date between fff.effective_start_date
543: and fff.effective_end_date

Line 540: ff_formulas_f fff1

536: , cv_effective_date date
537: ) is
538: select fff.formula_id
539: from ff_formulas_f fff,
540: ff_formulas_f fff1
541: where fff.business_group_id = cv_business_group_id
542: and cv_effective_date between fff.effective_start_date
543: and fff.effective_end_date
544: and fff.formula_name = fff1.formula_name