DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_PAYROLLS_F

Line 4082: from pay_payrolls_f prl

4078: -- get the payroll contact
4079:
4080: CURSOR c_payroll_contact IS
4081: select prl.prl_information1
4082: from pay_payrolls_f prl
4083: where prl.payroll_id = ln_payroll_id
4084: and prl.prl_information_category = 'US'
4085: and fnd_date.canonical_to_date(l_effective_date) between
4086: prl.effective_start_date and prl.effective_end_date;