AR_STATEMENT_DELIVERY

AR_STATEMENT_DELIVERY contains the information that is used for delivering customer statements via e-mail.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

AR_STATEMENT_DELIVERY_PK

STATEMENT_DELIVERY_ID

Columns

Name Datatype Length Precision Not-null Comments
STATEMENT_DELIVERY_ID NUMBER 18 Yes A unique sequence number generated for the delivery details of the customer statements.
SEND_TO_ADDRESS_ID NUMBER 18 Yes Unique identifier of the customer statement data.
DELIVERY_METHOD_CODE VARCHAR2 30 Method used to deliver customer statements. Valid values are E-mail, Standard, and XML.
CONTACT_EMAIL_ADDRESS VARCHAR2 320 E-mail address of the customer bill-to contact who receives customer statements.
REPLY_TO_EMAIL_ADDRESS VARCHAR2 320 Reply-to e-mail address for customer statements delivered using e-mail.
FROM_EMAIL_ADDRESS VARCHAR2 320 From e-mail address for customer statements delivered using e-mail.
EMAIL_SUBJECT VARCHAR2 250 E-mail subject line for customer statements delivered using e-mail.
EMAIL_BODY VARCHAR2 4000 Body of the e-mail for customer statements delivered using e-mail.
FROM_EMAIL_NAME VARCHAR2 150 Name of the from e-mail address for customer statements delivered using e-mail.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
AR_STATEMENT_DELIVERY hz_cust_acct_sites_all SEND_TO_ADDRESS_ID

Indexes

Index Uniqueness Tablespace Columns
AR_STATEMENT_DELIVERY_N1 Non Unique Default SEND_TO_ADDRESS_ID
AR_STATEMENT_DELIVERY_U1 Unique Default STATEMENT_DELIVERY_ID