DBA Data[Home] [Help]

APPS.BEN_CWB_DYN_CALC_PKG dependencies on BEN_CALC_EQUATIONS

Line 37: ,ben_calc_equations cond_eq

33: ,cond_eq.view_attribute1 cond_eq_col1
34: ,cond_eq.view_attribute2 cond_eq_col2
35: from ben_calc_definitions def
36: ,ben_calc_conditions cond
37: ,ben_calc_equations cond_eq
38: ,ben_calc_equations eq
39: where def.def_key = v_def_key
40: and def.key_type = v_def_type
41: and def.definition_id = cond.definition_id (+)

Line 38: ,ben_calc_equations eq

34: ,cond_eq.view_attribute2 cond_eq_col2
35: from ben_calc_definitions def
36: ,ben_calc_conditions cond
37: ,ben_calc_equations cond_eq
38: ,ben_calc_equations eq
39: where def.def_key = v_def_key
40: and def.key_type = v_def_type
41: and def.definition_id = cond.definition_id (+)
42: and cond.condition_id = cond_eq.condition_id (+)