DBA Data[Home] [Help]

APPS.PAY_IE_PRSI dependencies on PAY_ALL_PAYROLLS_F

Line 252: from pay_all_payrolls_f pap

248: l_period_type varchar2(120);
249: --
250: cursor get_type is
251: select pap.period_type
252: from pay_all_payrolls_f pap
253: where pap.payroll_id = p_payroll_id
254: and p_session_date between pap.effective_start_date and pap.effective_end_date;
255: --
256: Begin