DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PER_ALL_ASSIGNMENTS_F

Line 126: per_all_people_f and per_all_assignments_f

122: 115.5 08-SEP-98 smcmilla Disallow delete if orws exist in
123: PER_APPRAISALS or PER_PARTICIPANTS.
124: Change made to moderate_predel...
125: 115.6 17-MAR-1999 mmillmor 814301 Altered DELETE_A_PERSON to delete from
126: per_all_people_f and per_all_assignments_f
127: 115.7 18-MAR-98 CColeman Added WIP pre-del validation.
128: 115.8 13-APR-99 CCarter 800050 Added pre-del validation for the
129: following products ENG, AP, FA, PO
130: and RCV.

Line 1484: type assignmentid is table of per_all_assignments_f.assignment_id%type index by binary_integer;

1480:
1481: -- bug fix 3732129 starts here.
1482: -- to improve performance assignment id fetched into a pl/sql table.
1483:
1484: type assignmentid is table of per_all_assignments_f.assignment_id%type index by binary_integer;
1485: l_assignment_id assignmentid;
1486:
1487: Cursor c_asg is
1488: select distinct assignment_id

Line 2570: delete from per_all_assignments_f a

2566: --
2567: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 43);
2568: --
2569: begin
2570: delete from per_all_assignments_f a
2571: where a.person_id = P_PERSON_ID;
2572: exception
2573: when NO_DATA_FOUND then
2574: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 4001);