[Home] [Help]
[Dependency Information]
| Object Name: | PRP_EMAIL_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | PRP |
| FND Design Data: | PRP.PRP_EMAIL_HISTORY
|
| Subobject Name: | |
| Status: | VALID |
This table contains the history of all the eMail sent to customers with proposal document as attachment.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PRP_EMAIL_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EMAIL_HISTORY_ID
|
| SYS_IL0000244414C00019$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| PRP_EMAIL_HISTORY_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROPOSAL_CTNTVER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EMAIL_HISTORY_ID | NUMBER | Yes | Email history identifier. This is a primary key column. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object Version Number |
| SENT_DATE | DATE | Yes | Sent date. Date and time when the email was sent. | |
| SENT_BY_USER_ID | NUMBER | Yes | User identifier of the person sending the email | |
| SUBJECT | VARCHAR2 | (240) | Subject of the email | |
| EMAIL_BODY | VARCHAR2 | (2000) | Obsolete column. Use column "Body" instead. | |
| PROPOSAL_CTNTVER_ID | NUMBER | This column is obsoleted. Please use OBJECT_ID column. Proposal content version identifier. It represents the proposal output document that was sent as an attachment in the email. | ||
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| COPY_SELF_FLAG | VARCHAR2 | (1) | This flag indicates if the sender of the email copied to self when sending the email. | |
| OBJECT_TYPE | VARCHAR2 | (30) | Type of object associated with the email history. This column is based on the lookup type "PRP_EMAIL_OBJECT_TYPE" of FND lookups. | |
| OBJECT_ID | NUMBER | Object identifier of the object associated with the email history | ||
| PARTY_ID | NUMBER | This column represents the party identifier of the customer, where customer can be of type "PERSON" or "ORGANIZATION". | ||
| RESOURCE_ID | NUMBER | Resource Identifier. | ||
| DIRECTION | VARCHAR2 | (30) | Email Direction. Can be one of "INBOUND" or "OUTBOUND" | |
| BODY | CLOB | (4000) | Email Body Text |
Cut, paste (and edit) the following text to query this object:
SELECT EMAIL_HISTORY_ID
, OBJECT_VERSION_NUMBER
, SENT_DATE
, SENT_BY_USER_ID
, SUBJECT
, EMAIL_BODY
, PROPOSAL_CTNTVER_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, COPY_SELF_FLAG
, OBJECT_TYPE
, OBJECT_ID
, PARTY_ID
, RESOURCE_ID
, DIRECTION
, BODY
FROM PRP.PRP_EMAIL_HISTORY;
PRP.PRP_EMAIL_HISTORY does not reference any database object
PRP.PRP_EMAIL_HISTORY is referenced by following:
PRP
PRP_EMAIL_HISTORY#
|
|
|
|