DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on FF_FORMULAS_F

Line 2527: from ff_formulas_f fff,

2523: --
2524: cursor c_person_selection_rl(cv_formula_id number, cv_business_group_id number,
2525: cv_effective_date date ) is
2526: select fff.formula_id
2527: from ff_formulas_f fff,
2528: ff_formulas_f fff1
2529: where fff.business_group_id = cv_business_group_id
2530: and cv_effective_date between fff.effective_start_date
2531: and fff.effective_end_date

Line 2528: ff_formulas_f fff1

2524: cursor c_person_selection_rl(cv_formula_id number, cv_business_group_id number,
2525: cv_effective_date date ) is
2526: select fff.formula_id
2527: from ff_formulas_f fff,
2528: ff_formulas_f fff1
2529: where fff.business_group_id = cv_business_group_id
2530: and cv_effective_date between fff.effective_start_date
2531: and fff.effective_end_date
2532: and fff.formula_name = fff1.formula_name