DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PAY_PAYROLLS_F

Line 314: from pay_payrolls_f

310:
311: cursor c_get_payroll_info(cp_payroll_id in number
312: ,cp_effective_date in date) is
313: select multi_assignments_flag
314: from pay_payrolls_f
315: where payroll_id = cp_payroll_id
316: and cp_effective_date between effective_start_Date
317: and effective_end_date
318: and multi_assignments_flag = 'Y';