DBA Data[Home] [Help]

APPS.PAY_CNT_BUS dependencies on PAY_RUN_RESULTS

Line 1135: pay_run_results prr,

1131: --
1132: cursor chk_county_payroll(p_csr_tmp_date in date)
1133: is
1134: select prr.run_result_id from
1135: pay_run_results prr,
1136: pay_assignment_actions paa,
1137: per_assignments_f paf --Bug 3419781
1138: where paf.assignment_id = p_assignment_id --Bug 3419781
1139: and paf.assignment_id = paa.assignment_id