DBA Data[Home] [Help]

APPS.PER_CONTACT_RELATIONSHIPS_PKG dependencies on HR_SECURITY_INTERNAL

Line 86: 26-Jul-02 irgonzal 115.29 2483186 added hr_security_internal.populate_new_person

82: Modified procedure update_contact to handle
83: date_of_death.
84: Modified procedure delete_row to delete
85: child records in per_contact_extra_info_f.
86: 26-Jul-02 irgonzal 115.29 2483186 added hr_security_internal.populate_new_person
87: call to ensure security list maintenance
88: gets properly updated.
89: 06-Sep-02 vramanai 115.30 2533935 modified the cursor defination of check_person_changed
90: in update_contact procedure, to get the value of

Line 1215: hr_security_internal.populate_new_person

1211: -- Bug 4295302
1212: --
1213:
1214: --
1215: hr_security_internal.populate_new_person
1216: (p_business_group_id=>x_business_group_id
1217: ,p_person_id =>l_person_id);
1218: --
1219: hr_utility.set_location('pecon01t.insert_row',75);