KENV_ENV_CONTENTS_HIST

This table stores the previous content of the KENV_ENV_CONTENTS table.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KENV_ENVIRONMENTS

ENVIRONMENT_ID

ENVIRONMENT_ID

KENV_ENV_CONTENTS

ENV_CONTENT_ID

ENV_CONTENT_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

KDLV_OBJECT_TYPES

OBJECT_TYPE_ID

OBJECT_TYPE_ID

KNTA_PARAMETER_SET_CONTEXTS

PARAMETER_SET_CONTEXT_ID

USER_DATA_SET_CONTEXT_ID

KWFL_WORKFLOWS_NLS

WORKFLOW_STEP_ID

LAST_WORKFLOW_STEP_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 a 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 migration date of the object to/from this environment.

LAST_MIGRATED_BY

NULLABLE

NUMBER

Last user to conduct a migration to/from 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_HIST_N1

NONUNIQUE

1

ENVIRONMENT_ID

KENV_ENV_CONTENTS_HIST_N1

NONUNIQUE

2

OBJECT_TYPE_ID

KENV_ENV_CONTENTS_HIST_N1

NONUNIQUE

3

OBJECT_NAME

KENV_ENV_CONTENTS_HIST_N2

NONUNIQUE

1

OBJECT_TYPE_ID

KENV_ENV_CONTENTS_HIST_N2

NONUNIQUE

2

OBJECT_NAME

KENV_ENV_CONTENTS_HIST_U1

UNIQUE

1

ENV_CONTENT_ID

Sequences

This table uses no sequences.