DBA Data[Home] [Help]

APPS.FEM_UTILS dependencies on FND_GLOBAL

Line 236: -- where user_id = FND_GLOBAL.USER_ID;--1002894

232: --
233: -- cursor l_migrateEnabled_Cursor is
234: -- select count(user_id)
235: -- from FEM_DB_LINK_USERS
236: -- where user_id = FND_GLOBAL.USER_ID;--1002894
237: --Begin
238: -- OPEN l_migrateEnabled_Cursor;
239: -- FETCH l_migrateEnabled_Cursor into l_userCount;
240: -- CLOSE l_migrateEnabled_Cursor;

Line 296: select FND_GLOBAL.USER_ID() from dual;

292: l_Count NUMBER := 0;
293: l_Folder_ID FEM_FOLDERS_B.FOLDER_ID%TYPE := NULL;
294:
295: cursor l_getUserID is
296: select FND_GLOBAL.USER_ID() from dual;
297:
298: cursor l_getFolderID is
299: select a.Folder_ID
300: from FEM_OBJECT_CATALOG_B a

Line 350: and SECURITY_GROUP_ID = fnd_global.lookup_security_group(LOOKUP_TYPE, VIEW_APPLICATION_ID);

346: WHERE LANGUAGE = userenv('LANG')
347: and VIEW_APPLICATION_ID = p_Application_ID
348: and LOOKUP_TYPE = p_Lookup_Type
349: and LOOKUP_CODE = p_Lookup_Code
350: and SECURITY_GROUP_ID = fnd_global.lookup_security_group(LOOKUP_TYPE, VIEW_APPLICATION_ID);
351:
352: EXCEPTION
353: WHEN NO_DATA_FOUND THEN
354: X_Meaning := '['||p_Lookup_Code||']';