CE_GL_ACCOUNTS_CCID

CE_GL_ACCOUNTS_CCID contains information about code combination identifiers per bank account use.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CE_GL_ACCOUNTS_CCID_PK

BANK_ACCT_USE_ID

Columns

Name Datatype Length Precision Not-null Comments
BANK_ACCT_USE_ID NUMBER 18 Yes Uniquely identifies the bank account use.
ASSET_CODE_COMBINATION_ID NUMBER 18 Accounting flexfield identifier for the cash account of the bank account.
CASH_CLEARING_CCID NUMBER 18 Accounting flexfield identifier for the cash clearing account.
BANK_CHARGES_CCID NUMBER 18 Accounting flexfield identifier for the bank charges account.
GAIN_CODE_COMBINATION_ID NUMBER 18 Accounting flexfield identifier for the account that posts the realized exchange rate gains.
LOSS_CODE_COMBINATION_ID NUMBER 18 Accounting flexfield identifier for the account that posts the realized exchange rate losses.
ON_ACCOUNT_CCID NUMBER 18 Accounting flexfield identifier for the On-account account.
UNAPPLIED_CCID NUMBER 18 Not currently used.
UNIDENTIFIED_CCID NUMBER 18 Accounting flexfield identifier for the unidentified account.
FACTOR_CCID NUMBER 18 Accounting flexfield identifier for the factor account.
RECEIPT_CLEARING_CCID NUMBER 18 Accounting flexfield identifier for the receipt confirmation account.
REMITTANCE_CCID NUMBER 18 Accounting flexfield identifier for the remittance account.
AR_SHORT_TERM_DEPOSIT_CCID NUMBER 18 Accounting flexfield identifier for the receivables short term deposit account.
BR_SHORT_TERM_DEPOSIT_CCID NUMBER 18 Not currently used.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
BR_REMITTANCE_CCID NUMBER 18 Accounting flexfield identifier for the bills receivable remittance account.
BR_FACTOR_CCID NUMBER 18 Accounting flexfield identifier for the bills receivable factoring account.
BANK_INTEREST_EXPENSE_CCID NUMBER 18 Accounting flexfield identifier for the bank interest expense account.
BANK_INTEREST_INCOME_CCID NUMBER 18 Accounting flexfield identifier for the bank interest income account.
XTR_ASSET_CCID NUMBER 18 Accounting flexfield identifier for the treasury cash account.
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
CE_GL_ACCOUNTS_CCID ce_bank_acct_uses_all BANK_ACCT_USE_ID
CE_GL_ACCOUNTS_CCID gl_code_combinations ON_ACCOUNT_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations UNAPPLIED_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations UNIDENTIFIED_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations FACTOR_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations RECEIPT_CLEARING_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations REMITTANCE_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations AR_SHORT_TERM_DEPOSIT_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations BR_SHORT_TERM_DEPOSIT_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations BR_REMITTANCE_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations ASSET_CODE_COMBINATION_ID
CE_GL_ACCOUNTS_CCID gl_code_combinations BR_FACTOR_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations CASH_CLEARING_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations BANK_CHARGES_CCID
CE_GL_ACCOUNTS_CCID gl_code_combinations GAIN_CODE_COMBINATION_ID
CE_GL_ACCOUNTS_CCID gl_code_combinations LOSS_CODE_COMBINATION_ID

Indexes

Index Uniqueness Tablespace Columns
CE_GL_ACCOUNTS_CCID_U1 Unique Default BANK_ACCT_USE_ID