AR_REF_ACCOUNTS_ALL_

This table stores reference account information for various entities, including transaction types, sales persons, customer account site, memo lines, and so on.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_REF_ACCOUNTS_ALL_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, SOURCE_REF_ACCOUNT_ID, SOURCE_REF_TABLE, BU_ID

Columns

Name Datatype Length Precision Not-null Comments Status
SOURCE_REF_ACCOUNT_ID NUMBER Yes Reference account source identifier. Active
SOURCE_REF_TABLE VARCHAR2 240 Yes Indicates the source for reference account values. Active
BU_ID NUMBER 18 Yes Business unit identifier. Active
LEDGER_ID NUMBER 18 Ledger identifier Active
BR_UNPAID_CCID NUMBER 18 Account identifier for recording unpaid bills receivable.
BR_REMIT_CCID NUMBER 18 Account identifier for recording remitted bills receivable.
BR_FACTOR_CCID NUMBER 18 Account identifier for recording factored bills receivable.
CLEARING_CCID NUMBER 18 Account code combination for clearing account.
DEPOSIT_OFFSET_CCID NUMBER 18 Not currently used.
REV_CCID NUMBER 18 Account code combination for revenue account.
FREIGHT_CCID NUMBER 18 Account code combination for freight account.
REC_CCID NUMBER 18 Account code combination for receivable account.
TAX_CCID NUMBER 18 Account code combination for tax account.
UNBILLED_CCID NUMBER 18 Unbilled receivables account identifier.
UNEARNED_CCID NUMBER 18 Unearned revenue account identifier.
DIST_SET_CCID NUMBER 18 Account code combination for distribution set account.
DRC_CCID NUMBER 18 Accounting flexfield for the suspense account.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
OBJECT_VERSION_NUMBER NUMBER 9 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. Active
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
AR_REF_ACCOUNTS_ALLN1_ Non Unique Default SOURCE_REF_ACCOUNT_ID, SOURCE_REF_TABLE, BU_ID, LAST_UPDATE_DATE
AR_REF_ACCOUNTS_ALL_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, SOURCE_REF_ACCOUNT_ID, SOURCE_REF_TABLE, BU_ID