DBA Data[Home] [Help] [Dependency Information]


TABLE: CZ.CZ_QUOTE_SPECIAL_ITEMS

Object Details
Object Name: CZ_QUOTE_SPECIAL_ITEMS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_QUOTE_SPECIAL_ITEMS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_QUOTE_SPEC_ITEMS_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPACKAGE_SEQ
ColumnQUOTE_HDR_ID
ColumnQUOTE_REV_NBR
ColumnSEQ_NUMBER
ColumnTYPE_FLAG
CZ_QUOTE_SPECIAL_ITEMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPACKAGE_SEQ
ColumnQUOTE_HDR_ID
ColumnQUOTE_REV_NBR
ColumnTYPE_FLAG
Columns
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)
Query Text

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;

Dependencies

[top of page]

CZ.CZ_QUOTE_SPECIAL_ITEMS does not reference any database object

CZ.CZ_QUOTE_SPECIAL_ITEMS is referenced by following:

SchemaAPPS
SynonymCZ_QUOTE_SPECIAL_ITEMS
TriggerCZ_QUOTE_SPECIAL_ITEMS_T1