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


TABLE: CZ.CZ_SPARES_SPECIALS

Object Details
Object Name: CZ_SPARES_SPECIALS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_SPARES_SPECIALS
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_SPARES_SPECIALS_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnQUOTE_HDR_ID
ColumnQUOTE_REV_NBR
ColumnPACKAGE_SEQ
ColumnTYPE_FLAG
CZ_SPARES_SPECIALS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnQUOTE_HDR_ID
ColumnQUOTE_REV_NBR
ColumnITEM_SEQ_NUMBER
Columns
Name Datatype Length Mandatory Comments
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
ITEM_SEQ_NUMBER NUMBER (9)
Applies an order or position to this item in the order
QTY NUMBER (9)
Quantity of this item
NOTE VARCHAR2 (255)
Note text
PACKAGE_DISCOUNT NUMBER (22)
Defines a package-level discount applicable to this quote
TYPE_FLAG VARCHAR2 (1) Yes Associates a type with this order line
DISC_TYPE VARCHAR2 (1)
Indicates the type of discount applied to this record
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
Query Text

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


SELECT PACKAGE_SEQ
,      QUOTE_HDR_ID
,      QUOTE_REV_NBR
,      ITEM_SEQ_NUMBER
,      QTY
,      NOTE
,      PACKAGE_DISCOUNT
,      TYPE_FLAG
,      DISC_TYPE
,      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_SPARES_SPECIALS;

Dependencies

[top of page]

CZ.CZ_SPARES_SPECIALS does not reference any database object

CZ.CZ_SPARES_SPECIALS is referenced by following:

SchemaAPPS
SynonymCZ_SPARES_SPECIALS
TriggerCZ_SPARES_SPECIALS_T1