DBA Data[Home] [Help]

APPS.JTF_CAL_GRANTS_PVT dependencies on FND_GRANTS

Line 8: ( GranteeKey fnd_grants.grantee_key%TYPE /*JTF_RESOURCE resource ID or Username of the logged on user */

4: /*******************************************************************************
5: ** Record type that holds a resource's GranteeKey, GrantType and Access Level
6: *******************************************************************************/
7: TYPE Grantee IS RECORD
8: ( GranteeKey fnd_grants.grantee_key%TYPE /*JTF_RESOURCE resource ID or Username of the logged on user */
9: ,GrantType NUMBER NOT NULL :=1 /* Grant Type, 1 for Insert */
10: ,AccessLevel VARCHAR2(30)
11: );
12: