Results for “ce_system_parameters_all”

2 results




AI-generated from documented ETRM metadata — verify critical details on the linked pages.

Overview

AR_RECEIVABLES_TRX_ALL is the Receivables activity accounting definition table in Oracle E-Business Suite, owned by the AR schema. It stores the setup of Receivables activities — the named, reusable accounting rules that determine how specific transaction and receipt events are posted to the General Ledger. Each row represents one activity, such as an autoinvoice line activity, a receipt activity, a chargeback, a late charge, an adjustment, or an unapplied/unearned cash activity. The table carries the account combination, the set of books, activity type and status, effective dates, and optional default accounting distribution set that Receivables uses when generating distributions.

In the documented schema, each activity resolves to a GL code combination and can be referenced by receipt methods, bank account uses, collection system parameters, and, for Brazilian localization, receipt method account extensions. Under a heuristic Data Vault interpretation, AR_RECEIVABLES_TRX_ALL is best modelled as a hub: its business identity is the surrogate RECEIVABLES_TRX_ID, with NAME acting as the business key, and numerous dependent tables referencing it as foreign keys. Descriptive attributes such as description, status, type, and effective dates would typically be split into an accompanying satellite in a dimensional-vault design.

Key Information Stored

Common Use Cases and Queries

Typical reporting establishes the link between receipt activity, receipt method, and GL account. A standard join resolves the activity name against the ledger and code combination:

A representative query selects NAME, TYPE, STATUS and CODE_COMBINATION_ID from AR_RECEIVABLES_TRX_ALL, joining GL_CODE_COMBINATIONS on CODE_COMBINATION_ID and filtering by ORG_ID and STATUS = 'A'. Extracts feeding AR_XLA_HEADERS_EXTRACT, AR_XLA_LINES_EXTRACT and AR_INTEREST_LINES_ALL also depend on RECEIVABLES_TRX_ID for attribution.

Related Objects

  • GL_CODE_COMBINATIONS — joined on CODE_COMBINATION_ID to resolve account strings.
  • GL_SETS_OF_BOOKS_11I — joined on SET_OF_BOOKS_ID for ledger context.
  • AR_DISTRIBUTION_SETS_ALL — joined on DEFAULT_ACCTG_DISTRIBUTION_SET.
  • AR_RECEIPT_METHOD_ACCOUNTS_ALL — references EDISC, UNEDISC and BR_STD activity IDs.
  • CE_BANK_ACCT_USES_ALL — references the same activity IDs for bank account accounting.
  • AR_CASH_RECEIPTS_ALL / AR_RECEIVABLE_APPLICATIONS_ALL / AR_ADJUSTMENTS_ALL — reference RECEIVABLES_TRX_ID on posted transactions.
  • AR_SYSTEM_PARAMETERS_ALL — references PENALTY, FINCHRG and IREC service charge activity IDs.
  • JL_BR_AR_REC_MET_ACCTS_EXT_ALL — Brazilian receipt method extension referencing five activity columns.
  • AR_INTEREST_LINES_ALL / AR_LATE_CHARGE_DOC_GT — reference RECEIVABLES_TRX_ID for interest and late charge processing.
  • CE_SYSTEM_PARAMETERS_ALL / CE_TRANSACTION_CODES — reference RECEIVABLES_TRX_ID for cash management defaults.