DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_UNITS_PKG dependencies on HR_SECURITY

Line 496: hr_security.add_organization(X_Organization_Id,

492: /*
493: ** Set up the secure user information into the PER_ORGANIZATION_LIST
494: ** table. This is so that the org is immediately visible.
495: */
496: hr_security.add_organization(X_Organization_Id,
497: X_Security_Profile_Id);
498: end if;
499:
500: END Insert_Row;

Line 1038: hr_security.delete_org_from_list(X_Organization_Id);

1034: --
1035: -- Delete the Organization from PER_ORGANIZATION_LIST.
1036: --
1037: if X_View_All_Orgs <> 'Y' then
1038: hr_security.delete_org_from_list(X_Organization_Id);
1039: end if;
1040: --
1041: DELETE FROM HR_ALL_ORGANIZATION_UNITS
1042: WHERE BUSINESS_GROUP_ID = X_Business_Group_Id