DBA Data[Home] [Help]

APPS.HR_GB_PROCESS_P11D_ENTRIES_PKG dependencies on PAY_PAYROLLS_F

Line 1852: from pay_payrolls_f

1848: l_return_string varchar2(1000);
1849: cursor csr_payroll(p_effective_date date)
1850: is
1851: select PAYROLL_NAME
1852: from pay_payrolls_f
1853: where PAYROLL_ID = l_payroll_id
1854: and p_effective_date between
1855: nvl(effective_start_date,p_effective_date)
1856: and nvl(effective_start_date,p_effective_date);