DBA Data[Home] [Help]

APPS.PER_ORG_STRUCTURE_ELEMENTS_PKG dependencies on HR_SECURITY

Line 59: hr_security.add_organization(p_organization_id,

55: ,p_organization_id NUMBER
56: ) is
57: --
58: begin
59: hr_security.add_organization(p_organization_id,
60: p_security_profile_id);
61: -- No rows inserted - raise error to the effect.
62: if SQL%ROWCOUNT <>1 then
63: hr_utility.set_message('801','HR_6153_ALL_PROCEDURE_FAIL');