DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_MAIN dependencies on PER_ENT_SECURITY_GROUPS

Line 813: select enterprise_id into l_enterprise_id from per_ent_security_groups

809: end if;
810:
811:
812: BEGIN
813: select enterprise_id into l_enterprise_id from per_ent_security_groups
814: where business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID');
815: EXCEPTION
816: WHEN NO_DATA_FOUND THEN
817: l_enterprise_id := null;

Line 823: select 'C::'||enterprise_label into l_label from per_ent_security_groups

819: hr_utility.set_location('Enterprise Id is ' || l_enterprise_id, 78);
820: hr_utility.set_location('BEFORE SEC GROUP ID IS : '||fnd_global.security_group_id, 78);
821: l_old_sec_group_id := fnd_global.security_group_id;
822: BEGIN
823: select 'C::'||enterprise_label into l_label from per_ent_security_groups
824: where security_group_id = fnd_global.security_group_id;
825: hr_utility.set_location('Sec Group Id is '||fnd_global.security_group_id, 100) ;
826: EXCEPTION
827: WHEN NO_DATA_FOUND THEN