DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on FF_FORMULAS_F

Line 2572: from ff_formulas_f fff,

2568: --
2569: cursor c_person_selection_rl(cv_formula_id number, cv_business_group_id number,
2570: cv_effective_date date ) is
2571: select fff.formula_id
2572: from ff_formulas_f fff,
2573: ff_formulas_f fff1
2574: where fff.business_group_id = cv_business_group_id
2575: and cv_effective_date between fff.effective_start_date
2576: and fff.effective_end_date

Line 2573: ff_formulas_f fff1

2569: cursor c_person_selection_rl(cv_formula_id number, cv_business_group_id number,
2570: cv_effective_date date ) is
2571: select fff.formula_id
2572: from ff_formulas_f fff,
2573: ff_formulas_f fff1
2574: where fff.business_group_id = cv_business_group_id
2575: and cv_effective_date between fff.effective_start_date
2576: and fff.effective_end_date
2577: and fff.formula_name = fff1.formula_name