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


TABLE: CZ.CZ_CONTACTS

Object Details
Object Name: CZ_CONTACTS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_CONTACTS
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_CONTACTS_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCONTACT_ID
CZ_CONTACTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnADDRESS_ID
CZ_CONTACTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCUSTOMER_ID
CZ_CONTACTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnORIG_SYS_REF
Columns
Name Datatype Length Mandatory Comments
CONTACT_ID NUMBER (9) Yes Designates the SPX identifier for this contact
CUSTOMER_ID NUMBER (9) Yes Contains the SPX account ID for this contact
ADDRESS_ID NUMBER (9)
Contains the SPX address ID for this contact
SALUTATION VARCHAR2 (48)
Designates the appropriate salutation for the contact
FIRSTNAME VARCHAR2 (48)
Records the first name of the contact
MI VARCHAR2 (1)
Contains the middle initial of the contact
LASTNAME VARCHAR2 (48)
Contains the contact's last name
SUFFIX VARCHAR2 (24)
Contains any name suffix (Jr., III, PhD, etc.) that applies to this contact
TITLE VARCHAR2 (48)
Designates a title for referring to the contact
PHONE VARCHAR2 (48)
Contains the primary phone number for this contact
PRIMARY_ROLE VARCHAR2 (60)
Records an alternate telephone number for the contact
ALT_PHONE VARCHAR2 (48)
Records an alternate telephone number for the contact
FAX VARCHAR2 (48)
Records a fax number for the contact
PAGER VARCHAR2 (48)
Records a pager phone number for the contact
CELLULAR VARCHAR2 (48)
Contains the cellular/wireless telephone number for the contact
EMAIL_ADDR VARCHAR2 (150)
Records an e-mail address for the contact
NOTE VARCHAR2 (255)
Contains freeform notes about the contact
CONTACT_HANDLE VARCHAR2 (255)
Contains the implementor's unique identifier for a contact
ORIG_SYS_REF VARCHAR2 (255)
Unique identification of a record in this table
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)
Textual user expansion field; may be used as an alternate 'surrogate key' for the record
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
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 CONTACT_ID
,      CUSTOMER_ID
,      ADDRESS_ID
,      SALUTATION
,      FIRSTNAME
,      MI
,      LASTNAME
,      SUFFIX
,      TITLE
,      PHONE
,      PRIMARY_ROLE
,      ALT_PHONE
,      FAX
,      PAGER
,      CELLULAR
,      EMAIL_ADDR
,      NOTE
,      CONTACT_HANDLE
,      ORIG_SYS_REF
,      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
,      LAST_UPDATE_LOGIN
FROM CZ.CZ_CONTACTS;

Dependencies

[top of page]

CZ.CZ_CONTACTS does not reference any database object

CZ.CZ_CONTACTS is referenced by following:

SchemaAPPS
SynonymCZ_CONTACTS
TriggerCZ_CONTACTS_T1