DBA Data[Home] [Help]

APPS.BEN_EXT_RUNRSLT dependencies on PAY_RUN_RESULTS

Line 135: pay_run_results rr,

131: pay_input_values_f iv,
132: pay_element_types_f et,
133: pay_element_classifications ec,
134: ff_formulas_f ff,
135: pay_run_results rr,
136: pay_run_result_values rv,
137: pay_payroll_actions ppa
138: where
139: asg.person_id = p_person_id

Line 190: from pay_run_results rr,

186: rr.source_id source_id,
187: rr.entry_type entry_type,
188: rv.result_value result_value,
189: iv.element_type_id
190: from pay_run_results rr,
191: pay_input_values_f iv,
192: pay_run_result_values rv
193: where rr.assignment_action_id = c_assignment_action_id
194: and rr.element_type_id = iv.element_type_id

Line 220: from pay_run_results rr,

216: rr.source_id source_id,
217: rr.entry_type entry_type,
218: rv.result_value result_value,
219: iv.element_type_id
220: from pay_run_results rr,
221: pay_input_values_f iv,
222: pay_run_result_values rv
223: where rr.assignment_action_id = c_assignment_action_id
224: and rr.element_type_id = iv.element_type_id