DBA Data[Home] [Help]

APPS.BEN_EXT_PAYROLL dependencies on FF_FORMULAS_F

Line 204: from ff_formulas_f ff

200: ;
201:
202: cursor c_ff_name (p_formula_id number) is
203: select ff.formula_name
204: from ff_formulas_f ff
205: where ff.formula_id = p_formula_id
206: and p_effective_date between ff.effective_start_date and ff.effective_end_date
207: ;
208:

Line 253: ff_formulas_f ff,

249: per_all_people_f per,
250: pay_input_values_f iv,
251: pay_element_types_f et,
252: pay_element_classifications ec,
253: ff_formulas_f ff,
254: pay_cost_allocation_keyflex ca
255: where
256: per.person_id = p_person_id
257: and iv.input_value_id = nvl(ben_ext_person.g_chg_input_value_id,iv.input_value_id)