DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V7_PKG dependencies on HR_SECURITY_INTERNAL

Line 323: hr_security_internal.add_to_person_list

319: --
320: -- add the person to the appropriate security lists
321: --
322: hr_utility.set_location('per_assignments_v7_pkg.insert_row',70);
323: hr_security_internal.add_to_person_list
324: (p_effective_date => sysdate
325: ,p_assignment_id => X_Assignment_Id);
326: --
327: hr_utility.set_location('per_assignments_v7_pkg.insert_row',80);

Line 893: hr_security_internal.clear_from_person_list(X_Person_Id);

889: --
890: if (l_old_org_id = X_Business_Group_Id
891: and X_Organization_Id <> X_Business_Group_Id) then
892: hr_utility.set_location('per_assignments_v7_pkg.update_row',70);
893: hr_security_internal.clear_from_person_list(X_Person_Id);
894: end if;
895: hr_utility.set_location('per_assignments_v7_pkg.update_row',80);
896: --2468956: change the date from sysdate to x_effective_start_date in following
897: hr_security_internal.add_to_person_list(X_Effective_Start_Date,X_Assignment_Id);

Line 897: hr_security_internal.add_to_person_list(X_Effective_Start_Date,X_Assignment_Id);

893: hr_security_internal.clear_from_person_list(X_Person_Id);
894: end if;
895: hr_utility.set_location('per_assignments_v7_pkg.update_row',80);
896: --2468956: change the date from sysdate to x_effective_start_date in following
897: hr_security_internal.add_to_person_list(X_Effective_Start_Date,X_Assignment_Id);
898: hr_utility.set_location('per_assignments_v7_pkg.update_row',90);
899: --
900: END Update_Row;
901: PROCEDURE Delete_Row(X_Rowid VARCHAR2) IS