DBA Data[Home] [Help]

APPS.HR_GB_PROCESS_P11D_ENTRIES_PKG dependencies on PAY_PAYROLLS_F

Line 2304: from pay_payrolls_f

2300: l_return_string varchar2(1000);
2301: cursor csr_payroll(p_effective_date date)
2302: is
2303: select PAYROLL_NAME
2304: from pay_payrolls_f
2305: where PAYROLL_ID = l_payroll_id
2306: and p_effective_date between
2307: nvl(effective_start_date,p_effective_date)
2308: and nvl(effective_start_date,p_effective_date);