DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_PAYROLLS_F

Line 4898: from pay_payrolls_f

4894: -- get the payroll contact
4895:
4896: cursor c_payroll_contact is
4897: select prl_information7
4898: from pay_payrolls_f
4899: where payroll_id = p_payroll_id
4900: and prl_information_category = 'CA'
4901: and fnd_date.canonical_to_date(p_effective_date) between
4902: effective_start_date and effective_end_date;