DBA Data[Home] [Help]

APPS.FND_GRANTS_PKG dependencies on FND_FUNCTION_SECURITY_CACHE

Line 197: fnd_function_security_cache.insert_grant(X_GRANT_GUID, X_GRANTEE_TYPE, L_GRANTEE_KEY);

193: -- Added for Function Security Cache Invalidation Project
194: -- bug 3554601 - Only raise the event if it is Function Security not for
195: -- Data Security events.
196: if ( X_OBJECT_ID = -1 ) then
197: fnd_function_security_cache.insert_grant(X_GRANT_GUID, X_GRANTEE_TYPE, L_GRANTEE_KEY);
198: end if;
199:
200: open c;
201: fetch c into X_ROWID;

Line 604: fnd_function_security_cache.update_grant(X_GRANT_GUID, X_GRANTEE_TYPE, L_GRANTEE_KEY);

600: -- Added for Function Security Cache Invalidation Project
601: -- bug 3554601 - Only raise the event if it is Function Security not for
602: -- Data Security events.
603: if ( X_OBJECT_ID = -1 ) then
604: fnd_function_security_cache.update_grant(X_GRANT_GUID, X_GRANTEE_TYPE, L_GRANTEE_KEY);
605: end if;
606: end if;
607:
608: end UPDATE_ROW;

Line 1385: fnd_function_security_cache.update_grant(p_grant_guid, l_grantee_type, l_grantee_key);

1381:
1382: -- bug 3554601 - Only raise the event if it is Function Security not for
1383: -- Data Security events.
1384: if ( l_object_id = -1 ) then
1385: fnd_function_security_cache.update_grant(p_grant_guid, l_grantee_type, l_grantee_key);
1386: end if;
1387:
1388: x_success:=fnd_api.g_true;
1389:

Line 1495: fnd_function_security_cache.delete_grant(X_GRANT_GUID, l_grantee_type, l_grantee_key);

1491: -- Added for Function Security Cache Invalidation Project
1492: -- bug 3554601 - Only raise the event if it is Function Security not for
1493: -- Data Security events.
1494: if ( l_object_id = -1 ) then
1495: fnd_function_security_cache.delete_grant(X_GRANT_GUID, l_grantee_type, l_grantee_key);
1496: end if;
1497: end if;
1498: end DELETE_ROW;
1499:

Line 1700: fnd_function_security_cache.delete_grant(l_grant_guid, p_grantee_type, p_grantee_key);

1696:
1697: -- Added for Function Security Cache Invalidation Project
1698: -- bug 3554601 - Only raise the event if it is Function Security not for
1699: -- Data Security events.
1700: fnd_function_security_cache.delete_grant(l_grant_guid, p_grantee_type, p_grantee_key);
1701: END LOOP;
1702: END IF;
1703: x_success := 'T';
1704: x_errcode := NULL;

Line 1740: fnd_function_security_cache.update_grant(p_grant_guid, l_grantee_type, l_grantee_key);

1736: -- Added for Function Security Cache Invalidation Project
1737: -- bug 3554601 - Only raise the event if it is Function Security not for
1738: -- Data Security events.
1739: if ( l_object_id = -1 ) then
1740: fnd_function_security_cache.update_grant(p_grant_guid, l_grantee_type, l_grantee_key);
1741: end if;
1742:
1743: end fill_in_orig_columns;
1744:

Line 1847: fnd_function_security_cache.update_grant(l_guid, l_grantee_type, l_grantee_key);

1843: -- Added for Function Security Cache Invalidation Project
1844: -- bug 3554601 - Only raise the event if it is Function Security not for
1845: -- Data Security events.
1846: if ( l_object_id = -1 ) then
1847: fnd_function_security_cache.update_grant(l_guid, l_grantee_type, l_grantee_key);
1848: end if;
1849:
1850: if (mod(i, 100) = 0) then
1851: commit;