DBA Data[Home] [Help]

APPS.IBC_DATA_SECURITY_PVT dependencies on FND_PROFILE

Line 3379: IF Fnd_Profile.Value_specific('IBC_USE_ACCESS_CONTROL',-999,-999,-999) = 'Y' THEN

3375: );
3376: END IF;
3377:
3378:
3379: IF Fnd_Profile.Value_specific('IBC_USE_ACCESS_CONTROL',-999,-999,-999) = 'Y' THEN
3380: l_result := FND_API.g_false;
3381: -- Fetch object's grant group Info
3382: get_object_grant_group_info(
3383: p_instance_object_id => p_instance_object_id

Line 3601: IF Fnd_Profile.Value_specific('IBC_USE_ACCESS_CONTROL',-999,-999,-999) = 'Y' AND

3597: ,x_inherited_from => l_inherited_from
3598: ,x_inheritance_type => l_inheritance_type
3599: );
3600:
3601: IF Fnd_Profile.Value_specific('IBC_USE_ACCESS_CONTROL',-999,-999,-999) = 'Y' AND
3602: NVL(l_inheritance_type, 'FOLDER') <> 'HIDDEN-FOLDER'
3603: THEN
3604: IF l_object_grant_group_rowid IS NULL THEN
3605: -- Fetch object's grant group Info for container object

Line 3833: IF Fnd_Profile.Value_specific('IBC_USE_ACCESS_CONTROL',-999,-999,-999) = 'Y' AND

3829: ,x_inherited_from => l_inherited_from
3830: ,x_inheritance_type => l_inheritance_type
3831: );
3832:
3833: IF Fnd_Profile.Value_specific('IBC_USE_ACCESS_CONTROL',-999,-999,-999) = 'Y' AND
3834: NVL(l_inheritance_type, 'FOLDER') <> 'HIDDEN-FOLDER'
3835: THEN
3836: IF l_object_grant_group_rowid IS NULL THEN
3837: -- Fetch object's grant group Info for container object