DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PAY_PAYROLLS_F

Line 350: from pay_payrolls_f

346:
347: cursor c_get_payroll_info(cp_payroll_id in number
348: ,cp_effective_date in date) is
349: select multi_assignments_flag
350: from pay_payrolls_f
351: where payroll_id = cp_payroll_id
352: and cp_effective_date between effective_start_Date
353: and effective_end_date
354: and multi_assignments_flag = 'Y';