DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on PER_WORK_INCIDENTS

Line 3258: from per_work_incidents pwi

3254: -- work incidents cursor
3255: --
3256: cursor work_incidents2(p_assignment_id NUMBER) is
3257: select pwi.incident_id, pwi.object_version_number
3258: from per_work_incidents pwi
3259: where p_assignment_id = pwi.assignment_id;
3260: --
3261: -- asg proposal answers cursor
3262: --