DBA Data[Home] [Help]

APPS.PQP_US_SRS_EXTRACTS dependencies on PAY_PAYROLL_ACTIONS

Line 265: from pay_payroll_actions ppa,

261:
262: Cursor csr_pay_date ( c_assignment_id In per_all_assignments_f.assignment_id%TYPE
263: ,c_effective_date In date) Is
264: Select max(ppa.effective_date)
265: from pay_payroll_actions ppa,
266: per_time_periods ptp
267: where c_effective_date between ptp.start_date
268: and ptp.end_date
269: and ptp.time_period_id= ppa.time_period_id