[Home] [Help]
[Dependency Information]
| Object Name: | CZ_EFFECTIVITY_SETS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_EFFECTIVITY_SETS
|
| Subobject Name: | |
| Status: | VALID |
Table lists named/shared effectivities for reference by effectivity-governed tables. Each record specifies and names a time period during which model nodes can be effective.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
EFFECTIVITY_SET_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_EFFECTIVITY_SETS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
EFFECTIVITY_SET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| EFFECTIVITY_SET_ID | NUMBER | (9) | Yes | Identity for the effectivity (primary key) |
| NAME | VARCHAR2 | (255) | Yes | Name for the effectivity |
| DESCRIPTION | VARCHAR2 | (2000) | Brief description of effectivity | |
| NOTE | VARCHAR2 | (2000) | Extended description or comment | |
| EFFECTIVE_FROM | DATE | Yes | Effectivity start date (inclusive) of entities associated with this effectivity set. A special (early) date value will be used to indicate an "indefinite" begin date. | |
| EFFECTIVE_UNTIL | DATE | Yes | Effectivity end date (exclusive) of entities associated with this effectivity set. A special (far future) date value will be used to indicate an "indefinite" end date. | |
| CREATED_BY | NUMBER | Yes | Standard timestamp/audit fields. | |
| CREATION_DATE | DATE | Yes | Standard timestamp/audit fields. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard timestamp/audit fields. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard timestamp/audit fields. | |
| USER_STR01 | VARCHAR2 | (255) | standard extension fields | |
| USER_STR02 | VARCHAR2 | (255) | standard extension fields | |
| USER_STR03 | VARCHAR2 | (255) | standard extension fields | |
| USER_STR04 | VARCHAR2 | (255) | standard extension fields | |
| USER_NUM01 | NUMBER | (9) | standard extension fields | |
| USER_NUM02 | NUMBER | (9) | standard extension fields | |
| USER_NUM03 | NUMBER | (9) | standard extension fields | |
| USER_NUM04 | NUMBER | (9) | standard extension fields | |
| LAST_UPDATE_LOGIN | NUMBER | Standard timestamp/audit fields. |
Cut, paste (and edit) the following text to query this object:
SELECT DELETED_FLAG
, EFFECTIVITY_SET_ID
, NAME
, DESCRIPTION
, NOTE
, EFFECTIVE_FROM
, EFFECTIVE_UNTIL
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, USER_STR01
, USER_STR02
, USER_STR03
, USER_STR04
, USER_NUM01
, USER_NUM02
, USER_NUM03
, USER_NUM04
, LAST_UPDATE_LOGIN
FROM CZ.CZ_EFFECTIVITY_SETS;
CZ.CZ_EFFECTIVITY_SETS does not reference any database object
CZ.CZ_EFFECTIVITY_SETS is referenced by following:
APPS
CZ_EFFECTIVITY_SETS
CZ_EFFECTIVITY_SETS_T1
CZ_EFFECTIVITY_SETS_T2
CZ_EFFECTIVITY_SETS_T3
|
|
|
|