DBA Data[Home] [Help]

APPS.PAY_AC_UTIL dependencies on PAY_ALL_PAYROLLS_F

Line 253: from pay_all_payrolls_f

249: cursor c_payroll_name (cp_business_group_id in number,
250: cp_payroll_id in number,
251: cp_effective_date in date) is
252: select payroll_name
253: from pay_all_payrolls_f
254: where payroll_id = cp_payroll_id
255: and business_group_id = p_business_group_id
256: and p_effective_date between effective_start_date
257: and effective_end_date;