KENV_ENV_CONTENTS

This table stores the latest information about the contents of the environment. If this table is to be update, it will transfer its previous content to the KENV_ENV_CONTENTS_HIST table.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KENV_ENVIRONMENTS

ENVIRONMENT_ID

ENVIRONMENT_ID

KNTA_USERS

USER_ID

LAST_MIGRATED_BY

KDLV_PACKAGE_LINES

PACKAGE_LINE_ID

LAST_PACKAGE_LINE_ID

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KWFL_WORKFLOWS_NLS

WORKFLOW_STEP_ID

LAST_WORKFLOW_STEP_ID

KDLV_OBJECT_TYPES

OBJECT_TYPE_ID

OBJECT_TYPE_ID

KNTA_PARAMETER_SET_CONTEXTS

PARAMETER_SET_CONTEXT_ID

USER_DATA_SET_CONTEXT_ID

Column Descriptions

Column Name

Null?

Data Type

Description

ENV_CONTENT_ID

NULLABLE

NUMBER

System-generated identifier

CREATION_DATE

NULLABLE

DATE

Date record was created

CREATED_BY

NULLABLE

NUMBER

Identifier for the user who created the record

LAST_UPDATE_DATE

NULLABLE

DATE

Date record was last updated

LAST_UPDATED_BY

NULLABLE

NUMBER

Identifier for the user who last updated the record

ENVIRONMENT_ID

NULLABLE

NUMBER

Environment identifier

OBJECT_TYPE_ID

NULLABLE

NUMBER

Object Type identifier

OBJECT_NAME

NULLABLE

VARCHAR2(300)

Identifies which parameter column of the object will contain the name of an instance of that object.

SOURCE_CODE

NULLABLE

VARCHAR2(30)

It can be manual or automatic. Automatic if it is triggered by Package and manual if it is triggered by external interface or custom code.

SOURCE_NAME

NULLABLE

VARCHAR2(100)

It is a free form field for entering the source

LAST_MIGRATION_DATE

NULLABLE

DATE

Last date in which an object is migrated to/from the environment

LAST_MIGRATED_BY

NULLABLE

NUMBER

Last user to conduct a migration in this environment

LAST_PACKAGE_LINE_ID

NULLABLE

NUMBER

Last Package Line that was executed against this environment

LAST_WORKFLOW_STEP_ID

NULLABLE

NUMBER

Final workflow step that was executed against this environment

USER_DATA_SET_CONTEXT_ID

NULLABLE

NUMBER

Parameter set context identifier for the user data fields

USER_DATA1-20

NULLABLE

VARCHAR2(200)

User data segment

VISIBLE_USER_DATA1-20

NULLABLE

VARCHAR2(200)

User data segment

OBJECT_REVISION

NULLABLE

VARCHAR2(200)

Revision of the object being migrated; used to better integrate with version control.

Indexes

Index Name

Index Type

Sequence

Column Name

KENV_ENV_CONTENTS_N1

NONUNIQUE

1

ENVIRONMENT_ID

KENV_ENV_CONTENTS_N1

NONUNIQUE

2

OBJECT_TYPE_ID

KENV_ENV_CONTENTS_N1

NONUNIQUE

3

OBJECT_NAME

KENV_ENV_CONTENTS_N2

NONUNIQUE

1

OBJECT_TYPE_ID

KENV_ENV_CONTENTS_N2

NONUNIQUE

2

OBJECT_NAME

KENV_ENV_CONTENTS_U1

UNIQUE

1

ENV_CONTENT_ID

Sequences

Sequence Name

Sequence Type

KENV_ENV_CONTENTS_S

ENV_CONTENT_ID