DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V7_PKG dependencies on HR_SECURITY_INTERNAL

Line 320: hr_security_internal.add_to_person_list

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

Line 890: hr_security_internal.clear_from_person_list(X_Person_Id);

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

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

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