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


TABLE: APPLSYS.FND_ENV_CONTEXT

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


FND_ENV_CONTEXT stores information about environment name and value for each of the concurrent process


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_ENV_CONTEXT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONCURRENT_PROCESS_ID
ColumnVARIABLE_NAME
Columns
Name Datatype Length Mandatory Comments
CONCURRENT_PROCESS_ID NUMBER (15) Yes Concurrent Process identifier
VARIABLE_NAME VARCHAR2 (128) Yes Name of the environment variable
VALUE VARCHAR2 (2000)
Value of the environment variable
Query Text

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


SELECT CONCURRENT_PROCESS_ID
,      VARIABLE_NAME
,      VALUE
FROM APPLSYS.FND_ENV_CONTEXT;

Dependencies

[top of page]

APPLSYS.FND_ENV_CONTEXT does not reference any database object

APPLSYS.FND_ENV_CONTEXT is referenced by following:

SchemaAPPLSYS
ViewFND_ENV_CONTEXT#