DBA Data[Home] [Help]

APPS.PAY_CA_EMP_TAX_INF dependencies on PAY_RUN_RESULTS

Line 1100: from pay_run_results prr,

1096: where element_entry_id = p_element_entry_id;
1097:
1098: cursor csr_get_orig_date_rr(l_run_result_id in number) is
1099: select ppa.effective_date
1100: from pay_run_results prr,
1101: pay_assignment_actions paa,
1102: pay_payroll_actions ppa
1103: where prr.run_result_id = l_run_result_id
1104: and prr.assignment_action_id = paa.assignment_action_id