[Home] [Help]
[Dependency Information]
| Object Name: | CZ_QUOTE_SPECIAL_ITEMS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_QUOTE_SPECIAL_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_QUOTE_SPEC_ITEMS_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
PACKAGE_SEQ
QUOTE_HDR_ID
QUOTE_REV_NBR
SEQ_NUMBER
TYPE_FLAG
|
| CZ_QUOTE_SPECIAL_ITEMS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
PACKAGE_SEQ
QUOTE_HDR_ID
QUOTE_REV_NBR
TYPE_FLAG
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LAST_UPDATE_LOGIN | NUMBER | (15) | Records the login ID under which this record was last updated | |
| SEQ_NUMBER | NUMBER | (9) | Yes | Specifies the order in which this record is presented in the list of specials for this quote |
| 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 |
| PACKAGE_SEQ | NUMBER | (9) | Yes | Sequences this record in a package within the order |
| TYPE_FLAG | VARCHAR2 | (1) | Yes | Associates a type with this order line |
| SPEC_ITEM_NAME | VARCHAR2 | (255) | Yes | Name of the special item |
| LEAD_TIME | NUMBER | (9) | Indicates the lead time required for this item | |
| ITEM_QTY | NUMBER | (9) | Specifies the quantity of the associated item | |
| ITEM_COMMENT | VARCHAR2 | (255) | Allows user to comment on this item in the order | |
| SPEC_ITEM_TEXT | VARCHAR2 | (255) | Text describing the special item | |
| SPEC_ITEM_PRICE | NUMBER | (16) | Price for the special item | |
| DISC_PERCENTAGE | NUMBER | (16) | Indicates the percentage discount associated with this record | |
| DISC_TYPE | VARCHAR2 | (1) | Indicates the type of discount applied to this record | |
| QUOTED_LIST_PRICE | NUMBER | (16) | 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 | |||
| EFF_TO | DATE | |||
| 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) | ||
| EFF_MASK | VARCHAR2 | (40) | ||
| CHECKOUT_USER | VARCHAR2 | (40) |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATE_LOGIN
, SEQ_NUMBER
, QUOTE_REV_NBR
, QUOTE_HDR_ID
, PACKAGE_SEQ
, TYPE_FLAG
, SPEC_ITEM_NAME
, LEAD_TIME
, ITEM_QTY
, ITEM_COMMENT
, SPEC_ITEM_TEXT
, SPEC_ITEM_PRICE
, DISC_PERCENTAGE
, DISC_TYPE
, 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
FROM CZ.CZ_QUOTE_SPECIAL_ITEMS;
CZ.CZ_QUOTE_SPECIAL_ITEMS does not reference any database object
CZ.CZ_QUOTE_SPECIAL_ITEMS is referenced by following:
CZ
CZ_QUOTE_SPECIAL_ITEMS#
|
|
|
|