Search Results ar_rdr_parameters_gt
Overview
AR_RDR_PARAMETERS_GT is a global temporary table (indicated by the "_GT" suffix) in the Oracle Receivables (AR) module of Oracle E-Business Suite, owned by the AR schema. It functions as an interim staging structure that holds parameter values used by AutoInvoice and related Receivables processing to resolve the correct customer, transaction type, item, memo line, and accounting configuration during invoice import. In release 12.1.1 and 12.2.2, the object is documented as VALID with 23 columns in the ETRM 12.2.2 physical schema.
The ETRM metadata classifies this object with a heuristic Data Vault classification of standalone. As a modeling suggestion, this indicates the table does not behave as a true hub or link in the canonical Data Vault sense; it is a transient processing structure whose rows are scoped to a session or concurrent request rather than a durable business entity. Any Data Vault implementation should treat it as a transient staging artifact rather than a persistent satellite.
Key Information Stored
The table's columns represent lookup keys that AutoInvoice uses to derive transaction attributes. The most significant columns are:
- SOURCE_LINE_ID — identifies the source transaction line driving the parameter evaluation.
- BATCH_SOURCE_ID — associates the row with an AutoInvoice batch source, controlling import behavior.
- CUST_ACCOUNT_ID / CUST_ACCT_SITE_ID — the customer account and account site resolved for the transaction.
- SHIP_TO_CUST_ACCT_ID / SHIP_TO_SITE_USE_ID — ship-to customer and site-use references.
- PROFILE_CLASS_ID — the customer profile class used for default derivation.
- CUST_TRX_TYPE_ID — the transaction type applied to the imported line.
- INVENTORY_ITEM_ID / ITEM_CATEGORY_ID — item and category references for the line.
- MEMO_LINE_ID — reference to the memo line definition.
- ACCOUNTING_RULE_ID — the revenue recognition rule applied.
- ORG_ID — the operating unit that owns the transaction.
- ATTRIBUTE1–ATTRIBUTE10 — descriptive flexfield segments carrying user-defined context.
The documented metadata does not identify a distinct surrogate primary key column or unique business-key index; the row identity is implicitly driven by the combination of lookup keys above, consistent with a temporary staging table rather than a persisted entity.
Common Use Cases and Queries
Typical usage arises during AutoInvoice debugging and reconciliation. A developer might join the table to batch sources to verify which parameters were applied to a given line:
- Diagnostic queries joining SOURCE_LINE_ID back to the interface table to confirm customer or transaction-type derivation.
- Reporting queries aggregating rows by BATCH_SOURCE_ID or ORG_ID to audit parameter coverage across operating units.
- Validation checks that confirm CUST_ACCOUNT_ID and CUST_TRX_TYPE_ID are populated before the import program consumes the data.
Because the object is a global temporary table, contents are visible only within the session or transaction that populated it, and no query against it will return persisted historical data.
Related Objects
Foreign-key metadata links AR_RDR_PARAMETERS_GT to the following principal objects:
- HZ_CUST_PROFILE_CLASSES — joined via PROFILE_CLASS_ID.
- HZ_CUST_ACCOUNTS — joined via CUST_ACCOUNT_ID.
- HZ_CUST_ACCT_SITES_ALL — joined via CUST_ACCT_SITE_ID.
- RA_CUST_TRX_TYPES_ALL — joined via CUST_TRX_TYPE_ID.
- AR_MEMO_LINES_ALL_B — joined via MEMO_LINE_ID.
These relationships identify the table as a parameter-resolution artifact supporting AutoInvoice processing across the Receivables customer and transaction model.
-
Table: AR_RDR_PARAMETERS_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RDR_PARAMETERS_GT, object_name:AR_RDR_PARAMETERS_GT, status:VALID, product: AR - Receivables , implementation_dba_data: AR.AR_RDR_PARAMETERS_GT ,
-
SYNONYM: APPS.AR_RDR_PARAMETERS_GT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_RDR_PARAMETERS_GT, status:VALID,
-
SYNONYM: APPS.AR_RDR_PARAMETERS_GT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_RDR_PARAMETERS_GT, status:VALID,
-
TABLE: AR.AR_RDR_PARAMETERS_GT
12.1.1
owner:AR, object_type:TABLE, object_name:AR_RDR_PARAMETERS_GT, status:VALID,
-
TABLE: AR.AR_RDR_PARAMETERS_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RDR_PARAMETERS_GT, object_name:AR_RDR_PARAMETERS_GT, status:VALID,
-
PACKAGE BODY: APPS.OE_ACCEPTANCE_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ACCEPTANCE_UTIL, status:VALID,
-
PACKAGE BODY: APPS.OE_ACCEPTANCE_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ACCEPTANCE_UTIL, status:VALID,
-
PACKAGE BODY: APPS.AR_REVENUE_MANAGEMENT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_REVENUE_MANAGEMENT_PVT, status:VALID,
-
PACKAGE BODY: APPS.AR_REVENUE_MANAGEMENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_REVENUE_MANAGEMENT_PVT, status:VALID,
-
APPS.OE_ACCEPTANCE_UTIL SQL Statements
12.1.1
-
APPS.OE_ACCEPTANCE_UTIL SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_RDR_PARAMETERS_GT
12.2.2
-
APPS.OE_ACCEPTANCE_UTIL dependencies on AR_RDR_PARAMETERS_GT
12.1.1
-
APPS.OE_ACCEPTANCE_UTIL dependencies on AR_RDR_PARAMETERS_GT
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_RDR_PARAMETERS_GT
12.1.1
-
PACKAGE BODY: APPS.OE_ACCEPTANCE_UTIL
12.1.1
-
PACKAGE BODY: APPS.OE_ACCEPTANCE_UTIL
12.2.2
-
PACKAGE BODY: APPS.AR_DEFERRAL_REASONS_GRP
12.1.1
-
PACKAGE BODY: APPS.AR_DEFERRAL_REASONS_GRP
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT SQL Statements
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT SQL Statements
12.2.2
-
APPS.AR_DEFERRAL_REASONS_GRP dependencies on FUN_RULE_PUB
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on MO_GLOBAL
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on FUN_RULE_PUB
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on MO_GLOBAL
12.1.1
-
APPS.AR_DEFERRAL_REASONS_GRP dependencies on FUN_RULE_PUB
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on FUN_RULE_PUB
12.2.2
-
APPS.AR_DEFERRAL_REASONS_GRP dependencies on AR_REVENUE_MANAGEMENT_PVT
12.2.2
-
APPS.AR_DEFERRAL_REASONS_GRP dependencies on AR_REVENUE_MANAGEMENT_PVT
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_TRX_HEADER_GT
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_TRX_HEADER_GT
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_TRX_ERRORS_GT
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_TRX_ERRORS_GT
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_TRX_LINES_GT
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_TRX_LINES_GT
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_REVIEWED_LINES_GT
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_REVIEWED_LINES_GT
12.2.2
-
PACKAGE BODY: APPS.AR_REVENUE_MANAGEMENT_PVT
12.1.1
-
APPS.OE_ACCEPTANCE_UTIL dependencies on OE_DEBUG_PUB
12.1.1
-
APPS.OE_ACCEPTANCE_UTIL dependencies on OE_DEBUG_PUB
12.2.2
-
PACKAGE BODY: APPS.AR_REVENUE_MANAGEMENT_PVT
12.2.2
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
12.2.2 DBA Data
12.2.2