DBA Data[Home] [Help]

APPS.BEN_EXT_PAYROLL dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 198: from pay_element_classifications ec

194:
195:
196: cursor c_ele_clas (p_classification_id number) is
197: select ec.classification_name
198: from pay_element_classifications ec
199: where ec.classification_id = p_classification_id
200: ;
201:
202: cursor c_ff_name (p_formula_id number) is

Line 252: pay_element_classifications ec,

248: per_all_assignments_f asg,
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