[Home] [Help]
[Dependency Information]
| Object Name: | CZ_CUSTOMERS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_CUSTOMERS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_CUSTOMERS_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
CUSTOMER_ID
|
| CZ_CUSTOMERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
PARENT_ID
|
| CZ_CUSTOMERS_N2 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
ORIG_SYS_REF
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_ID | NUMBER | (9) | Yes | Designates the SPX identifier for the account. |
| CUSTOMER_NAME | VARCHAR2 | (150) | Contains name of the account. | |
| PARENT_ID | NUMBER | (9) | Contains parent account ID for an account | |
| DIVISION | NUMBER | (9) | Contains division number for the account | |
| WAREHOUSE_ID | NUMBER | Contains the SPX warehouse ID for this account | ||
| NOTE | VARCHAR2 | (255) | If there is any specific note for the account | |
| DESC_TEXT | VARCHAR2 | (255) | Describes this account | |
| EMAIL_ADDR | VARCHAR2 | (150) | Email address | |
| CUSTOMER_STATUS | VARCHAR2 | (20) | Contain status of an account | |
| FAX | VARCHAR2 | (48) | Records a fax number for the customer | |
| PHONE | VARCHAR2 | (48) | Primary phone number for this customer | |
| ORIG_SYS_REF | VARCHAR2 | (255) | Unique identification of a record in this table | |
| EXPORTED_FLAG | VARCHAR2 | (1) | Indicates that the customer was exported from MDApp to Applications | |
| USER_NUM01 | NUMBER | (16) | Numeric user expansion field | |
| USER_NUM02 | NUMBER | (16) | Numeric user expansion field | |
| USER_NUM03 | NUMBER | (16) | Numeric user expansion field | |
| USER_NUM04 | NUMBER | (16) | Numeric user expansion field | |
| USER_STR01 | VARCHAR2 | (255) | Textual user expansion field | |
| USER_STR02 | VARCHAR2 | (255) | Textual user expansion field | |
| USER_STR03 | VARCHAR2 | (255) | Textual user expansion field; may be used as an alternate 'surrogate key' for the record | |
| USER_STR04 | VARCHAR2 | (255) | Textual user expansion field | |
| CREATION_DATE | DATE | Yes | Indicates the date on which this record was created | |
| LAST_UPDATE_DATE | DATE | Yes | Contains the date on which the record was last modified | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Indicates ('1'/'0') that this record has been deleted |
| EFF_FROM | DATE | Indicates the beginning date for which this record is effective | ||
| EFF_TO | DATE | Indicates the ending date through which this record is effective | ||
| CREATED_BY | NUMBER | (15) | Yes | Identifies the user that created this record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Records the login name for the user that last modified this record |
| SECURITY_MASK | VARCHAR2 | (40) | Reserved for future use in record-level access control. | |
| EFF_MASK | VARCHAR2 | (40) | Reserved for future use | |
| CHECKOUT_USER | VARCHAR2 | (40) | Reserved for future use in checkout user | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Records the login ID under which this record was last updated |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, CUSTOMER_NAME
, PARENT_ID
, DIVISION
, WAREHOUSE_ID
, NOTE
, DESC_TEXT
, EMAIL_ADDR
, CUSTOMER_STATUS
, FAX
, PHONE
, ORIG_SYS_REF
, EXPORTED_FLAG
, 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_CUSTOMERS;
CZ.CZ_CUSTOMERS does not reference any database object
CZ.CZ_CUSTOMERS is referenced by following:
CZ
CZ_CUSTOMERS#
|
|
|
|