FND_APM_BUILD_DEP_REPOS

This table contains the list of dependent repositories for apm build objects.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_APM_BUILD_DEP_REPOS_PK

DEP_REPOS_ID

Columns

Name Datatype Length Precision Not-null Comments
DEP_REPOS_ID NUMBER 18 Yes Primary key column
BUILD_ID NUMBER 18 Yes foreign key giving fnd_apm_build ID
DEPENDENCY_REPO VARCHAR2 512 Yes contains dependency repository URL for the build. One per row.
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_DEP_REPOS_U1 Unique Default DEP_REPOS_ID