DBA Data[Home] [Help]

APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on JTF_RS_RESOURCE_EXTNS

Line 232: FROM jtf_rs_resource_extns

228:
229: -- Get the resource ids of the current user.
230: CURSOR user_csr IS
231: SELECT resource_id
232: FROM jtf_rs_resource_extns
233: WHERE user_id = FND_GLOBAL.user_id();
234:
235:
236: -- Get all the groups for a resource id.

Line 562: FROM jtf_rs_resource_extns

558:
559: -- 1. Get the resource_id associated with the current user.
560: SELECT resource_id
561: INTO l_resource_id
562: FROM jtf_rs_resource_extns
563: WHERE user_id = FND_GLOBAL.user_id;
564:
565: -- 2. If the resource_id is null, return 'NONE'.
566: IF (l_resource_id = NULL)