[Home] [Help]
[Dependency Information]
| Object Name: | CZ_DRILL_DOWN_ITEMS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_DRILL_DOWN_ITEMS
|
| 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_DRILL_DOWN_ITEMS_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
QUOTE_REV_NBR
QUOTE_HDR_ID
ITEM_SEQ_NUMBER
DD_SEQ_NBR
|
| CZ_DRILL_DOWN_ITEMS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
CONFIG_HDR_ID
CONFIG_REV_NBR
CONFIG_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| QUOTE_REV_NBR | NUMBER | (9) | Yes | Identifies the revision of the associated customer quote |
| QUOTE_HDR_ID | NUMBER | (9) | Yes | Associates this record with a customer quote |
| ITEM_SEQ_NUMBER | NUMBER | (9) | Yes | Applies an order or position to this item in the order |
| DD_SEQ_NBR | NUMBER | (9) | Yes | Sequences items in this part of the order |
| CONFIG_HDR_ID | NUMBER | Yes | Identifies the configuration associated with this record | |
| CONFIG_ITEM_ID | NUMBER | (9) | Yes | Associates this item with a configured item |
| CONFIG_REV_NBR | NUMBER | (9) | Yes | Identifies the configuration revision associated with this record |
| ITEM_QTY | NUMBER | (9) | Specifies the quantity of the associated item | |
| DISC_PERCENTAGE | NUMBER | (16) | Indicates the percentage discount associated with this record | |
| CONFIG_ITEM_QTY | NUMBER | (9) | Specifies a quantity for the configured item in this order | |
| DISC_TYPE | VARCHAR2 | (1) | Indicates the type of discount applied to this record | |
| FROZEN_FLAG | VARCHAR2 | (1) | '1' indicates this item is not to be modified. | |
| ITEM_COMMENT | VARCHAR2 | (255) | Allows user to comment on this item in the order | |
| QUOTED_LIST_PRICE | NUMBER | (18) | Records the list price quoted in this order | |
| 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 QUOTE_REV_NBR
, QUOTE_HDR_ID
, ITEM_SEQ_NUMBER
, DD_SEQ_NBR
, CONFIG_HDR_ID
, CONFIG_ITEM_ID
, CONFIG_REV_NBR
, ITEM_QTY
, DISC_PERCENTAGE
, CONFIG_ITEM_QTY
, DISC_TYPE
, FROZEN_FLAG
, ITEM_COMMENT
, QUOTED_LIST_PRICE
, 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_DRILL_DOWN_ITEMS;
CZ.CZ_DRILL_DOWN_ITEMS does not reference any database object
CZ.CZ_DRILL_DOWN_ITEMS is referenced by following:
CZ
CZ_DRILL_DOWN_ITEMS#
|
|
|
|