DBA Data[Home] [Help]

APPS.BEN_EXT_RUNRSLT dependencies on PAY_INPUT_VALUES_F

Line 131: pay_input_values_f iv,

127: ppa.effective_Date effective_Date
128: from
129: per_all_assignments_f asg,
130: pay_assignment_actions aac,
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,

Line 191: pay_input_values_f iv,

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
195: and (ben_ext_person.g_chg_input_value_id is null

Line 221: pay_input_values_f iv,

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
225: and (ben_ext_person.g_chg_input_value_id is null