[Home] [Help]
[Dependency Information]
Object Name: | FND_ENV_CONTEXT |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_ENV_CONTEXT stores information about environment name and value for each of the concurrent process
Tablespace: | ![]() |
---|---|
PCT Free: | 5 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_ENV_CONTEXT_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT CONCURRENT_PROCESS_ID
, VARIABLE_NAME
, VALUE
FROM APPLSYS.FND_ENV_CONTEXT;
APPLSYS.FND_ENV_CONTEXT does not reference any database object
APPLSYS.FND_ENV_CONTEXT is referenced by following:
|
|
|