Search Results fnd_user
Overview
The FND_USER table is the central repository for all user definitions within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. Owned by the APPLSYS schema and part of the Application Object Library (FND) module, it serves as the master table for user authentication, authorization, and profile management. Every individual who accesses the EBS application, whether an employee, customer, supplier, or system administrator, must have a corresponding record in this table. Its primary role is to store core user credentials and metadata, enabling system login, responsibility assignment, and user-level personalization across the entire application suite.
Key Information Stored
The table's structure is designed to manage user identity and access. The primary key is USER_ID, a unique numeric identifier. The USER_NAME column, also a unique key, stores the login username. Critical security columns include ENCRYPTED_USER_PASSWORD and ENCRYPTED_FOUNDATION_PASSWORD for authentication. Key descriptive columns include DESCRIPTION (full name), EMAIL_ADDRESS, and PERSON_PARTY_ID, which links the user to a person record in the Trading Community Architecture (TCA) via the HZ_PARTIES table. Status is managed through columns like START_DATE, END_DATE (for deactivating users), and PASSWORD_DATE. The table also includes audit columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY.
Common Use Cases and Queries
Common administrative and reporting tasks revolve around user management. A frequent query is to list active users: SELECT user_name, description, email_address, start_date FROM fnd_user WHERE sysdate BETWEEN start_date AND NVL(end_date, sysdate+1);. To find a user's responsibilities, FND_USER is joined with FND_USER_RESP_GROUPS_DIRECT. Resetting a password or reactivating an expired account are standard support procedures. For auditing, queries often join with FND_LOGINS to analyze access patterns. The user's search for "prp_email_history" suggests an interest in email notification history, which may involve joining FND_USER with workflow notification tables (e.g., WF_NOTIFICATIONS) using the USER_ID or USER_NAME as a key.
Related Objects
FND_USER is a foundational table referenced extensively throughout EBS. As indicated in the metadata, it has foreign key relationships with numerous application tables, including AP_EXPENSE_REPORT_HEADERS_ALL, AR_ACTION_NOTIFICATIONS, and AMS_LIST_HEADERS_ALL, tracking user actions across Financials, CRM, and other modules. Key related objects for user management include FND_USER_RESP_GROUPS_DIRECT (responsibility assignments), FND_PROFILE_OPTION_VALUES (user profile settings), and the TCA entity HZ_PARTIES for person details. Standard APIs for interacting with this table include FND_USER_PKG and the FND_USER_PUB package, which should be used for programmatic user creation and updates instead of direct DML.
-
Table: FND_USER
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
Table: FND_USER
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
APPS.PQH_BUDGET dependencies on FND_USER
12.1.1
-
APPS.BEN_CWB_WF_NTF dependencies on FND_USER
12.1.1
-
APPS.PA_REPORT_UTIL dependencies on FND_USER
12.1.1
-
APPS.JTM_HOOK_UTIL_PKG dependencies on FND_USER
12.1.1
-
APPS.GMF_ITEMCOST_PVT dependencies on FND_USER
12.1.1
-
APPS.OTA_COMPETENCE_SS dependencies on FND_USER
12.1.1
-
APPS.BEN_CWB_PERSON_RATES_API dependencies on FND_USER
12.1.1
-
APPS.INV_SHORTCHECKEXEC_PVT dependencies on FND_USER
12.1.1
-
APPS.CSM_PARTY_EVENT_PKG dependencies on FND_USER
12.1.1
-
APPS.AR_CMGT_CREDIT_REQUEST_API dependencies on FND_USER
12.1.1
-
APPS.POS_ACK_SEARCH dependencies on FND_USER
12.1.1
-
APPS.AP_WEB_PROJECT_PKG dependencies on FND_USER
12.1.1
-
APPS.CS_EA_AUTOGEN_TASKS_PVT dependencies on FND_USER
12.1.1
-
APPS.OKL_CREDIT_LINE_WF dependencies on FND_USER
12.1.1
-
APPS.PA_FP_COPY_FROM_PKG dependencies on FND_USER
12.1.1
-
APPS.FND_WEB_SEC dependencies on FND_USER
12.1.1
-
APPS.IGS_GE_GEN_004 dependencies on FND_USER
12.1.1
-
APPS.JAI_AR_TCS_REP_PKG dependencies on FND_USER
12.1.1
-
APPS.WIP_JSI_DEFAULTER dependencies on FND_USER
12.1.1
-
APPS.IRC_IOF_BUS dependencies on FND_USER
12.1.1
-
APPS.AS_SALES_ORG_MANAGER_PVT dependencies on FND_USER
12.1.1
-
APPS.ORACLEAPPS dependencies on FND_USER
12.1.1
-
APPS.CTO_AUTO_PROCURE_PK dependencies on FND_USER
12.1.1
-
APPS.CS_KB_WF_PKG dependencies on FND_USER
12.1.1
-
APPS.QP_PRICE_BOOK_PUB dependencies on FND_USER
12.1.1
-
APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on FND_USER
12.1.1
-
APPS.POS_REG_WF_PKG dependencies on FND_USER
12.1.1
-
APPS.GMD_RECIPE_HEADER dependencies on FND_USER
12.1.1
-
APPS.GMS_CLIENT_EXTN_BUDGET_WF dependencies on FND_USER
12.1.1
-
APPS.HR_EMPL_VERF_UTIL dependencies on FND_USER
12.1.1
-
APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on FND_USER
12.1.1
-
APPS.HR_WIP_LCKS dependencies on FND_USER
12.1.1
-
APPS.CSM_SERIAL_NUMBERS_EVENT_PKG dependencies on FND_USER
12.1.1
-
APPS.MSC_WS_SCENARIO_MANAGEMENT dependencies on FND_USER
12.1.1
-
APPS.CS_SERVICEREQUEST_UTIL dependencies on FND_USER
12.1.1
-
APPS.FUN_NET_APPROVAL_WF dependencies on FND_USER
12.1.1
-
APPS.OKS_CUSTOMER_ACCEPTANCE_PVT dependencies on FND_USER
12.1.1
-
APPS.ZPB_WF_NTF dependencies on FND_USER
12.1.1
-
APPS.IGW_PROP dependencies on FND_USER
12.1.1
-
APPS.PV_ASSIGN_UTIL_PVT dependencies on FND_USER
12.1.1
-
APPS.IGS_EN_GEN_LEGACY dependencies on FND_USER
12.1.1
-
APPS.HXC_APPROVAL_WF_HELPER dependencies on FND_USER
12.1.1
-
APPS.UMX_USERNAME_POLICY_PVT dependencies on FND_USER
12.1.1
-
APPS.INV_REPLENISH_COUNT_LOVS dependencies on FND_USER
12.1.1
-
APPS.AP_APXAPRVL_XMLP_PKG dependencies on FND_USER
12.1.1
-
APPS.GMF_ITEMCOST_PVT dependencies on FND_USER
12.1.1
-
APPS.OTA_LEARNER_ENROLL_SS dependencies on FND_USER
12.1.1
-
APPS.GMI_RIWIN_XMLP_PKG dependencies on FND_USER
12.1.1