FND_EXTM_BUILD
Extension Management Request Status processing Information Table
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
FND_EXTM_BUILD_PK |
BUILD_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BUILD_ID | NUMBER | 18 | Yes | Build Id Primary Key | |
EXTENSION_PLANNER_ID | VARCHAR2 | 400 | Extension Planner | ||
EXTENSION_PLAN_ID | VARCHAR2 | 1000 | Extension Plan | ||
APP_DEPLOYMENT_REQUEST_INFO | VARCHAR2 | 4000 | App Package Deployment Request Information | ||
APP_DEPLOYMENT_RESPONSE_INFO | CLOB | App Package Deployment Response Information and Status | |||
APP_PACKAGE_DEPLOY_VERSION | VARCHAR2 | 64 | App Package Deployment Version | ||
APP_BUILD_REQUEST_INFO | VARCHAR2 | 4000 | App Package Build Process Request Details | ||
APP_BUILD_RESPONSE_INFO | VARCHAR2 | 4000 | App Package Build Processing Response Details | ||
ERROR_MESSAGE | VARCHAR2 | 4000 | Error Message for Extension Build Processing Request | ||
PROCESSING_INFO | VARCHAR2 | 4000 | Extension Request Processing Information and Details | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_EXTM_BUILD_U1 | Unique | Default | BUILD_ID |