[Home] [Help]
[Dependency Information]
| Object Name: | CZ_ITEM_PARENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_ITEM_PARENTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_ITEM_PARENTS_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
PARENT_ITEM_ID
ITEM_ID
REL_TYPE_ID
|
| CZ_ITEM_PARENTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
ITEM_ID
|
| CZ_ITEM_PARENTS_N3 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
REL_TYPE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARENT_ITEM_ID | NUMBER | (9) | Yes | Designates an SPX identifier for the parent item |
| ITEM_ID | NUMBER | (9) | Yes | Contains the SPX Item ID for the parent item |
| REL_TYPE_ID | NUMBER | (9) | Yes | Associates this record with a parent/child relationship type |
| SEQ_NBR | NUMBER | (9) | Contains sequence for the item number | |
| CREATION_DATE | DATE | Yes | Standard field recording the date this record was created | |
| LAST_UPDATE_DATE | DATE | Yes | Standard field recording the date/time this record was last updated | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| EFF_FROM | DATE | UNUSED | ||
| EFF_TO | DATE | UNUSED | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that created this record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that last updated this record |
| SECURITY_MASK | VARCHAR2 | (40) | UNUSED | |
| EFF_MASK | VARCHAR2 | (40) | UNUSED | |
| CHECKOUT_USER | VARCHAR2 | (40) | UNUSED | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Records the login ID under which this record was last updated |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_ITEM_ID
, ITEM_ID
, REL_TYPE_ID
, SEQ_NBR
, CREATION_DATE
, LAST_UPDATE_DATE
, DELETED_FLAG
, EFF_FROM
, EFF_TO
, CREATED_BY
, LAST_UPDATED_BY
, SECURITY_MASK
, EFF_MASK
, CHECKOUT_USER
, LAST_UPDATE_LOGIN
FROM CZ.CZ_ITEM_PARENTS;
CZ.CZ_ITEM_PARENTS does not reference any database object
CZ.CZ_ITEM_PARENTS is referenced by following:
CZ
CZ_ITEM_PARENTS#
|
|
|
|