DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_PAYROLLS_F

Line 2408: from pay_payrolls_f

2404: -- get the payroll contact
2405:
2406: cursor c_payroll_contact is
2407: select prl_information7
2408: from pay_payrolls_f
2409: where payroll_id = p_payroll_id
2410: and prl_information_category = 'CA'
2411: and fnd_date.canonical_to_date(p_effective_date) between
2412: effective_start_date and effective_end_date;