DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_USER

Object Details
Object Name: FND_USER
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_USER
Subobject Name:
Status: VALID


FND_USER stores information about application users. Each row
includes the user's username (what a user types in at the sign-on
screen), password, and information on when the user should change
the password. Each row also contains information on when the user
last signed on, start and end dates for when a username is valid
and a description of the user. Oracle Application Object Library
does not use the USER_PASSWORD and LOCAL_PRINTER columns. You need
one row for each application user at your site. Oracle Application
Object Library uses this information to allow users to sign on to
an application.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_USER_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUSER_ID
FND_USER_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUSER_NAME
FND_USER_F1 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnUPPER("EMAIL_ADDRESS")
FND_USER_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnEMPLOYEE_ID
FND_USER_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCUSTOMER_ID
FND_USER_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSUPPLIER_ID
FND_USER_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPERSON_PARTY_ID
FND_USER_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnUSER_GUID
Columns
Name Datatype Length Mandatory Comments
USER_ID NUMBER (15) Yes Application user identifier
USER_NAME VARCHAR2 (100) Yes Application username (what a user types in at the Oracle Applications sign-on screen)
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ENCRYPTED_FOUNDATION_PASSWORD VARCHAR2 (100) Yes The Oracle Application Object Library encrypted password used to connect to database
ENCRYPTED_USER_PASSWORD VARCHAR2 (100) Yes The encrypted password for the application user to sign on to Oracle Applications
SESSION_NUMBER NUMBER
Yes The session number of the application user's last sign-on session
START_DATE DATE
Yes The date the user name becomes active
END_DATE DATE

The date the user name becomes inactive
DESCRIPTION VARCHAR2 (240)
Description
LAST_LOGON_DATE DATE

The date the application user last signed on
PASSWORD_DATE DATE

The date the current password was set
PASSWORD_ACCESSES_LEFT NUMBER (15)
The number of accesses left for the password
PASSWORD_LIFESPAN_ACCESSES NUMBER (15)
The number of accesses allowed for the password
PASSWORD_LIFESPAN_DAYS NUMBER (15)
Lifespan of the password
EMPLOYEE_ID NUMBER (15)
Identifier of employee to whom the application username is assigned
EMAIL_ADDRESS VARCHAR2 (240)
The Electronic mail address for the user
FAX VARCHAR2 (80)
The fax number for the user
CUSTOMER_ID NUMBER (15)
Customer contact identifier. If the AOL user is a customer contact, this value is a foreign key to the corresponding customer contact.
SUPPLIER_ID NUMBER (15)
Supplier contact identifier. If the AOL user is a supplier contact, this value is a foreign key to the corresponding supplier contact.
WEB_PASSWORD VARCHAR2 (240)
Unused
USER_GUID RAW (16)
used to store the guid defined for this user record's corresponding entry in OID
GCN_CODE_COMBINATION_ID NUMBER (15)
GCN_CODE_COMBINATION_ID
PERSON_PARTY_ID NUMBER

PERSON_PARTY_ID
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT USER_ID
,      USER_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ENCRYPTED_FOUNDATION_PASSWORD
,      ENCRYPTED_USER_PASSWORD
,      SESSION_NUMBER
,      START_DATE
,      END_DATE
,      DESCRIPTION
,      LAST_LOGON_DATE
,      PASSWORD_DATE
,      PASSWORD_ACCESSES_LEFT
,      PASSWORD_LIFESPAN_ACCESSES
,      PASSWORD_LIFESPAN_DAYS
,      EMPLOYEE_ID
,      EMAIL_ADDRESS
,      FAX
,      CUSTOMER_ID
,      SUPPLIER_ID
,      WEB_PASSWORD
,      USER_GUID
,      GCN_CODE_COMBINATION_ID
,      PERSON_PARTY_ID
FROM APPLSYS.FND_USER;

Dependencies

[top of page]

APPLSYS.FND_USER does not reference any database object

APPLSYS.FND_USER is referenced by following:

SchemaAPPS
SynonymFND_USER