DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on PER_WORK_INCIDENTS

Line 2258: from per_work_incidents pwi

2254: -- work incidents cursor
2255: --
2256: cursor work_incidents2(p_assignment_id NUMBER) is
2257: select pwi.incident_id, pwi.object_version_number
2258: from per_work_incidents pwi
2259: where p_assignment_id = pwi.assignment_id;
2260: --
2261: -- asg proposal answers cursor
2262: --