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 556: FROM jtf_rs_resource_extns

552:
553: -- 1. Get the resource_id associated with the current user.
554: SELECT resource_id
555: INTO l_resource_id
556: FROM jtf_rs_resource_extns
557: WHERE user_id = FND_GLOBAL.user_id;
558:
559: -- 2. If the resource_id is null, return 'NONE'.
560: IF (l_resource_id = NULL)