AR_BILLREV_ACTIVITY_DETAILS
This is an obsolete table and not in use.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
AR_BILLREV_ACTIVITY_DETAI_PK |
CUSTOMER_TRX_ID, ACTIVITY_TYPE, ACTIVITY_DOCUMENT_ID, ACTIVITY_DOCUMENT_TABLE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SOURCE_DOC_ID | NUMBER | 18 | Yes | Not currently used. | |
SOURCE_DOC_TYPE | VARCHAR2 | 240 | Not currently used. | ||
SOURCE_DOC_LINE_ID | NUMBER | 18 | Not currently used. | ||
CUSTOMER_TRX_ID | NUMBER | 18 | Yes | Not currently used. | |
CUSTOMER_TRX_LINE_ID | NUMBER | 18 | Not currently used. | ||
TRX_CLASS | VARCHAR2 | 50 | Yes | Not currently used. | |
ACTIVITY_TYPE | VARCHAR2 | 240 | Yes | Not currently used. | |
ACTIVITY_DOCUMENT_ID | NUMBER | 18 | Yes | Not currently used. | |
ACTIVITY_DOCUMENT_TABLE | VARCHAR2 | 240 | Yes | Not currently used. | |
ACTIVITY_AMOUNT | NUMBER | Not currently used. | |||
ACTIVITY_ACCTD_AMOUNT | NUMBER | Yes | Not currently used. | ||
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. | ||
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. | ||
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 |
---|---|---|
ra_cust_trx_line_salesreps_all | ar_billrev_activity_details | CUSTOMER_TRX_ID, LAST_UPDATED_BY, CUST_TRX_LINE_SALESREP_ID, ATTRIBUTE1 |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
AR_BILLREV_ACTIVITY_DETAI_U1 | Unique | Default | CUSTOMER_TRX_ID, ACTIVITY_TYPE, ACTIVITY_DOCUMENT_ID, ACTIVITY_DOCUMENT_TABLE |