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


TABLE: PRP.PRP_EMAIL_HISTORY

Object Details
Object Name: PRP_EMAIL_HISTORY
Object Type: TABLE
Owner: PRP
FND Design Data: TablePRP.PRP_EMAIL_HISTORY
Subobject Name:
Status: VALID


This table contains the history of all the eMail sent to customers with proposal document as attachment.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_EMAIL_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEMAIL_HISTORY_ID
SYS_IL0000244414C00019$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
PRP_EMAIL_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_CTNTVER_ID
Columns
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
Query 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;

Dependencies

[top of page]

PRP.PRP_EMAIL_HISTORY does not reference any database object

PRP.PRP_EMAIL_HISTORY is referenced by following:

SchemaAPPS
SynonymPRP_EMAIL_HISTORY