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


TABLE: CZ.CZ_OPPORTUNITY_HDRS

Object Details
Object Name: CZ_OPPORTUNITY_HDRS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_OPPORTUNITY_HDRS
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_OPPORTUNITY_HDRS_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnOPPORTUNITY_HDR_ID
CZ_OPPORTUNITY_HDRS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnEND_USER_ID
CZ_OPPORTUNITY_HDRS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCUSTOMER_ID
Columns
Name Datatype Length Mandatory Comments
LAST_UPDATE_LOGIN NUMBER (15)
Records the login ID under which this record was last updated
OPPORTUNITY_HDR_ID NUMBER (9) Yes Associates this record with a customer Opportunity
CUSTOMER_ID NUMBER (9)
Associates a customer with this opportunity
OPPTY_DESC VARCHAR2 (255)
Describes the opportunity
OPPTY_STATUS VARCHAR2 (20)
Records the current status of this opportunity
OPPTY_NOTE VARCHAR2 (255)
Note on this opportunity
END_USER_ID NUMBER (9)
Contains the SPX ID of the associated user
OPPTY_NAME VARCHAR2 (255)
Records a name for this opportunity
USER_NUM01 NUMBER (16)
Standard extension field (numeric)
USER_NUM02 NUMBER (16)
Standard extension field (numeric)
USER_NUM03 NUMBER (16)
Standard extension field (numeric)
USER_NUM04 NUMBER (16)
Standard extension field (numeric)
USER_STR01 VARCHAR2 (255)
Standard extension field (string)
USER_STR02 VARCHAR2 (255)
Standard extension field (string)
USER_STR03 VARCHAR2 (255)
Standard extension field (string)
USER_STR04 VARCHAR2 (255)
Standard extension field (string)
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
,      OPPORTUNITY_HDR_ID
,      CUSTOMER_ID
,      OPPTY_DESC
,      OPPTY_STATUS
,      OPPTY_NOTE
,      END_USER_ID
,      OPPTY_NAME
,      USER_NUM01
,      USER_NUM02
,      USER_NUM03
,      USER_NUM04
,      USER_STR01
,      USER_STR02
,      USER_STR03
,      USER_STR04
,      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_OPPORTUNITY_HDRS;

Dependencies

[top of page]

CZ.CZ_OPPORTUNITY_HDRS does not reference any database object

CZ.CZ_OPPORTUNITY_HDRS is referenced by following:

SchemaAPPS
SynonymCZ_OPPORTUNITY_HDRS
TriggerCZ_OPPORTUNITY_HDRS_T1