FND_SESSION_NAMESPACES
This table contains the namespaces of the sessions stored in the parent sessions table. Each namespace groups related attributes, for example there is a security namespace for security attributes. It is a child table of FND_SESSIONS. It is meant for internal use only.
Details
-
Schema: SESSIONS
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FND_SESSION_NAMESPACES_PK |
SESSION_ID, NAMESPACE, ENTERPRISE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_ID | |
SESSION_ID | VARCHAR2 | 32 | Yes | SESSION_ID | |
NAMESPACE | VARCHAR2 | 100 | Yes | NAMESPACE | |
LAST_CONNECT | DATE | LAST_CONNECT |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_SESSION_NAMESPACES_U1 | Unique | Default | SESSION_ID, NAMESPACE, ENTERPRISE_ID |