DBA Data[Home] [Help]

APPS.PAY_GB_TAX_CREDIT_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 262: from per_periods_of_service pos,

258: cursor c_terminated(p_asg in NUMBER) is
259: select actual_termination_date,
260: last_standard_process_date,
261: final_process_date
262: from per_periods_of_service pos,
263: fnd_sessions ses,
264: per_all_assignments_f asg
265: where asg.assignment_id = p_asg
266: and ses.session_id = userenv('sessionid')