DBA Data[Home] [Help]

APPS.PER_CONTACT_RELATIONSHIPS_PKG dependencies on BEN_PERSON_DELETE

Line 70: 24-Oct-01 adhunter 115.23 1931258 added ben_person_delete calls in delete_row

66: 10-Oct-01 adhunter 115.19 1766066 added call points to maintain_coverage
67: and DDF cols to all procedures.
68: Re-did delete routine.
69: 19-Oct-01 wstallar 115.21 add support for TCA-mapped columns
70: 24-Oct-01 adhunter 115.23 1931258 added ben_person_delete calls in delete_row
71: 15-Nov-01 adhunter 115.24 2073795 added validation for X_Contact_Person_Id.
72: 16-Nov-01 adhunter 115.25 added dbdrv line
73: 14-Feb-02 hnarayan 115.27 1772037 added code to pass dff attributes of per_contact_relationships
74: table to ben_con_ler.ler_chk procedure

Line 2298: ben_person_delete.perform_ri_check(X_Contact_Person_Id);

2294: DELETE FROM per_contact_extra_info_f
2295: WHERE contact_relationship_id = x_contact_relationship_id;
2296: --
2297: -- added for 1931258
2298: ben_person_delete.perform_ri_check(X_Contact_Person_Id);
2299:
2300: DELETE FROM hr_comments h
2301: WHERE h.comment_id IN
2302: (SELECT comment_id

Line 2307: ben_person_delete.delete_ben_rows(X_Contact_Person_Id);

2303: FROM PER_ALL_PEOPLE_F paf
2304: WHERE paf.person_id = X_Contact_Person_Id);
2305:
2306: -- added for 1931258
2307: ben_person_delete.delete_ben_rows(X_Contact_Person_Id);
2308:
2309: DELETE per_all_people_f
2310: WHERE person_id = X_Contact_Person_Id;
2311: