[Home] [Help]
[Dependency Information]
| Object Name: | HZ_CUST_CONTACT_POINTS |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_CUST_CONTACT_POINTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
This table is no longer used by Oracle Trading Community or Oracle Receivables.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_CUST_CONTACT_POINTS_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
CUST_CONTACT_POINT_ID
|
| HZ_CUST_CONTACT_POINTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
CUST_ACCOUNT_ID
|
| HZ_CUST_CONTACT_POINTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
CUST_ACCOUNT_SITE_ID
|
| HZ_CUST_CONTACT_POINTS_N3 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
CUST_ACCOUNT_ROLE_ID
|
| HZ_CUST_CONTACT_POINTS_N4 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
CONTACT_POINT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUST_CONTACT_POINT_ID | NUMBER | (15) | Yes | CONTACT POINT IDENTIFIER |
| CUST_ACCOUNT_ID | NUMBER | (15) | CUSTOMER ACCOUNT IDENTIFIER | |
| CUST_ACCOUNT_SITE_ID | NUMBER | (15) | ACCOUNT SITE IDENTIFIER | |
| CUST_ACCOUNT_ROLE_ID | NUMBER | (15) | ACCOUNT ROLE IDENTIFIER | |
| CONTACT_POINT_ID | NUMBER | (15) | CONTACT POINT IDENTIFIER | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| STATUS | VARCHAR2 | (1) | Yes | Status flag. Lookup code for CODE_STATUS |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). |
Cut, paste (and edit) the following text to query this object:
SELECT CUST_CONTACT_POINT_ID
, CUST_ACCOUNT_ID
, CUST_ACCOUNT_SITE_ID
, CUST_ACCOUNT_ROLE_ID
, CONTACT_POINT_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, STATUS
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM AR.HZ_CUST_CONTACT_POINTS;
AR.HZ_CUST_CONTACT_POINTS does not reference any database object
AR.HZ_CUST_CONTACT_POINTS is referenced by following:
AR
HZ_CUST_CONTACT_POINTS#
|
|
|
|