DBA Data[Home] [Help]

APPS.PAY_JP_CUSTOM_PKG dependencies on PAY_INPUT_VALUES_F

Line 427: from pay_input_values_f piv,

423: between pet.effective_start_date and pet.effective_end_date
424: and pec.classification_id=pet.classification_id;
425: CURSOR csr_itax_yea_category(p_assignment_action_id IN NUMBER) IS
426: select prrv.result_value
427: from pay_input_values_f piv,
428: pay_element_types_f pet,
429: pay_run_result_values prrv,
430: pay_run_results prr,
431: pay_payroll_actions ppa2,