DBA Data[Home] [Help]

APPS.PER_ASP_BUS dependencies on FND_PROFILE

Line 838: IF fnd_profile.value('ENABLE_SECURITY_GROUPS') = 'Y' THEN

834: l_security_group_id NUMBER;
835: l_exception EXCEPTION;
836: --
837: BEGIN
838: IF fnd_profile.value('ENABLE_SECURITY_GROUPS') = 'Y' THEN
839: --
840: -- Retrieve the security_group_id by querying the per_business_groups
841: -- view with the business_group_id supplied.
842: --