FND_APM_BUILD

This table contains apm build related objects.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_APM_BUILD_PK

BUILD_ID

Columns

Name Datatype Length Precision Not-null Comments
BUILD_ID NUMBER 18 Yes primary key column
STATUS VARCHAR2 30 Yes STATUS to store build current status
FILEHASH VARCHAR2 256 Yes FILEHASH stores the build source zip's filehash
OUTPUT_REPO VARCHAR2 512 Yes Stores the output repository where the expected artifact is uploaded
INCREMENTAL_BUILD_FLAG VARCHAR2 5 INCREMENTAL tells whether this is an incremental build
PRESERVE_SOURCES_FLAG VARCHAR2 1 Flag tells whether to preserve the sources. For customer packages, we should preserve sources
ATTRIB1 VARCHAR2 256 Extra Column
ATTRIB2 VARCHAR2 256 Extra Column
ATTRIB3 VARCHAR2 256 Extra Column
ATTRIB4 VARCHAR2 64 Extra Column
ATTRIB5 VARCHAR2 64 Extra Column
ATTRIB6 VARCHAR2 64 Extra Column
ATTRIB7 VARCHAR2 32 Extra Column
ATTRIB8 VARCHAR2 32 Extra Column
ATTRIB9 VARCHAR2 32 Extra Column
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_APM_BUILD_U1 Unique Default BUILD_ID