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


TABLE: CZ.CZ_QUOTE_SPARES

Object Details
Object Name: CZ_QUOTE_SPARES
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_QUOTE_SPARES
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_SPARES_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnQUOTE_HDR_ID
ColumnQUOTE_REV_NBR
ColumnSEQ_NUMBER
ColumnTYPE_FLAG
ColumnPACKAGE_SEQ
CZ_QUOTE_SPARES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPACKAGE_SEQ
ColumnQUOTE_HDR_ID
ColumnQUOTE_REV_NBR
ColumnTYPE_FLAG
CZ_QUOTE_SPARES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnITEM_ID
Columns
Name Datatype Length Mandatory Comments
LAST_UPDATE_LOGIN NUMBER (15)
Records the login ID under which this record was last updated
TYPE_FLAG VARCHAR2 (1) Yes Associates a type with this order line
PACKAGE_SEQ NUMBER (9) Yes Sequences this record in a package within the order
QUOTE_HDR_ID NUMBER (9) Yes Associates this record with a customer quote
QUOTE_REV_NBR NUMBER (9) Yes Identifies the revision of the associated customer quote
SEQ_NUMBER NUMBER (9) Yes Specifies the order in which this record is presented in the list of spares for this quote
ITEM_COMMENT VARCHAR2 (255)
Allows user to comment on this item in the order
DISC_PERCENTAGE NUMBER (16)
Indicates the percentage discount associated with this record
ITEM_ID NUMBER (9) Yes Associates an Item Master record with this record
DISC_TYPE VARCHAR2 (1)
Indicates the type of discount applied to this record
ITEM_QTY NUMBER (9)
Specifies the quantity of the associated item
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LAST_UPDATE_LOGIN
,      TYPE_FLAG
,      PACKAGE_SEQ
,      QUOTE_HDR_ID
,      QUOTE_REV_NBR
,      SEQ_NUMBER
,      ITEM_COMMENT
,      DISC_PERCENTAGE
,      ITEM_ID
,      DISC_TYPE
,      ITEM_QTY
,      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_SPARES;

Dependencies

[top of page]

CZ.CZ_QUOTE_SPARES does not reference any database object

CZ.CZ_QUOTE_SPARES is referenced by following:

SchemaAPPS
SynonymCZ_QUOTE_SPARES
TriggerCZ_QUOTE_SPARES_T1