AR_STANDARD_TEXT_B

The AR_STANDARD_TEXT_B table contains user defined standard messages that are optionally selected to print on customer statements.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_STANDARD_TEXT_B_PK

STANDARD_TEXT_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
STANDARD_TEXT_ID NUMBER 18 Yes Identifier of standard message text
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
START_DATE DATE Yes Date when the standard message is active
END_DATE DATE Date when the standard message becomes inactive
NAME VARCHAR2 30 Yes Name of the standard statement message
TEXT_TYPE VARCHAR2 15 Type of statement message
TEXT_USE_TYPE VARCHAR2 15 Indicates the type of statement message
TEXT VARCHAR2 2000 Not currently used.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Standard Text (AR_STANDARD_TEXT)
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
hz_customer_profiles_f ar_standard_text_b MESSAGE_TEXT_ID
hz_cust_profile_classes ar_standard_text_b MESSAGE_TEXT_ID
ar_standard_text_tl ar_standard_text_b STANDARD_TEXT_ID
ar_late_charge_trx_t ar_standard_text_b MESSAGE_TEXT_ID

Indexes

Index Uniqueness Tablespace Columns
AR_STANDARD_TEXT_B_U1 Unique Default STANDARD_TEXT_ID