Search Results ar_cmgt_setup_options
Overview
The AR_CMGT_SETUP_OPTIONS table is a configuration repository within the Oracle Receivables (AR) module that stores the parameters used to customize Oracle Credit Management. Residing in the AR schema and remaining valid across Oracle E-Business Suite releases 12.1.1 and 12.2.2, this table typically holds a single row of setup values that govern how credit review processes, scoring, aging analysis, and appeal handling behave for an operating unit or a shared configuration. Because Credit Management drives credit limit recommendations, scoring, and credit review workflow decisions, the options captured here materially influence downstream credit decisions and customer exposure management.
From a dimensional modeling perspective, the heuristic Data Vault classification mined from the foreign key structure is standalone. In practical terms, this suggests the table behaves much like a reference or configuration set rather than a transaction hub or link, since it does not accumulate high volumes of event records but instead maintains a controlled set of setup attributes. Modeling it as a satellite or reference table keyed to the Credit Management configuration context is a reasonable suggestion.
Key Information Stored
The documented physical schema for 12.2.2 comprises 13 columns. The most significant are:
- AGING_BUCKET_ID — The foreign key to AR_AGING_BUCKETS that identifies which aging bucket definition is used for credit analysis and delinquency evaluation.
- PERIOD — The accounting or review period context associated with the setup options.
- CER_DSO_DAYS — The number of days used in the DSO (Days Sales Outstanding) calculation for credit evaluation.
- AUTO_APPLICATION_NUM_FLAG — A flag controlling automatic application numbering behavior.
- DEFAULT_EXCHANGE_RATE_TYPE — The default currency exchange rate type applied to credit-related currency conversions.
- DEFAULT_CREDIT_CLASSIFICATION — The credit classification assigned by default to new or evaluated customers.
- MATCH_RULE_ID — The identifier of the matching rule used when associating receipts or transactions for credit purposes.
- APPEAL_AUTHORIZE_DAYS — The number of days allowed for authorizing a credit appeal.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — Standard Oracle EBS audit columns recording who created and last modified the record and when.
The audit columns follow the standard WHO-column convention. No explicit surrogate primary key column is documented in the excerpt, though the configuration nature of the table implies a controlled, low-cardinality key. AGING_BUCKET_ID is the sole documented foreign key and is the primary business-key candidate for joining to aging definitions.
Common Use Cases and Queries
Typical uses include retrieving current Credit Management configuration for reconciliation, validating that the correct aging bucket and credit classification are in force, and reporting on default exchange rate and appeal authorization settings. A representative query joins the setup to the aging bucket definition:
SELECT s.PERIOD, s.CER_DSO_DAYS, s.DEFAULT_CREDIT_CLASSIFICATION, a.BUCKET_NAME FROM AR.AR_CMGT_SETUP_OPTIONS s, AR.AR_AGING_BUCKETS a WHERE s.AGING_BUCKET_ID = a.AGING_BUCKET_ID;- Audit queries selecting LAST_UPDATE_DATE, LAST_UPDATED_BY, and CREATION_DATE to trace configuration changes over time.
- Reporting queries exposing APPEAL_AUTHORIZE_DAYS and DEFAULT_EXCHANGE_RATE_TYPE for credit policy compliance reviews.
Related Objects
The most significant related objects are:
- AR_AGING_BUCKETS — Joined via AGING_BUCKET_ID; supplies the aging bucket definition referenced by the setup.
- AR_CMGT_SETUP_OPTIONS (configuration foundation) — Consumed by Credit Management scoring and review processes.
- Credit Management scoring and credit review objects that read these options to drive default credit classification and DSO calculations.
- Customer and credit profile tables influenced by DEFAULT_CREDIT_CLASSIFICATION.
- Receipt and matching rule objects associated with MATCH_RULE_ID and AUTO_APPLICATION_NUM_FLAG.
Because the table is standalone in the documented FK structure, its principal dependency is the aging bucket reference, and it functions as a configuration anchor read by Credit Management processes rather than a transactional driver.
-
Table: AR_CMGT_SETUP_OPTIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_SETUP_OPTIONS, object_name:AR_CMGT_SETUP_OPTIONS, status:VALID, product: AR - Receivables , description: The AR_CMGT_SETUP_OPTIONS table stores information that you supply to customize Oracle Credit Management. , implementation_dba_data: AR.AR_CMGT_SETUP_OPTIONS ,
-
Table: AR_CMGT_SETUP_OPTIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_SETUP_OPTIONS, object_name:AR_CMGT_SETUP_OPTIONS, status:VALID, product: AR - Receivables , description: The AR_CMGT_SETUP_OPTIONS table stores information that you supply to customize Oracle Credit Management. , implementation_dba_data: AR.AR_CMGT_SETUP_OPTIONS ,
-
VIEW: AR.AR_CMGT_SETUP_OPTIONS#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_CMGT_SETUP_OPTIONS#, status:VALID,
-
VIEW: AR.AR_CMGT_SETUP_OPTIONS#
12.2.2
-
SYNONYM: APPS.AR_CMGT_SETUP_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CMGT_SETUP_OPTIONS, status:VALID,
-
SYNONYM: APPS.AR_CMGT_SETUP_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CMGT_SETUP_OPTIONS, status:VALID,
-
TABLE: AR.AR_CMGT_SETUP_OPTIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_SETUP_OPTIONS, object_name:AR_CMGT_SETUP_OPTIONS, status:VALID,
-
TABLE: AR.AR_CMGT_SETUP_OPTIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_SETUP_OPTIONS, object_name:AR_CMGT_SETUP_OPTIONS, status:VALID,
-
PACKAGE BODY: APPS.IEX_UWQ_VIEW_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_UWQ_VIEW_PKG, status:VALID,
-
PACKAGE BODY: APPS.OCM_ADD_DATA_POINTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OCM_ADD_DATA_POINTS, status:VALID,
-
APPS.IEX_COLL_IND_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IEX_COLL_IND_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_COLL_IND_PUB, status:VALID,
-
PACKAGE BODY: APPS.LNS_OCM_ADP_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:LNS_OCM_ADP_PUB, status:VALID,
-
PACKAGE: APPS.AR_CMGT_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AR_CMGT_UTIL, status:VALID,
-
PACKAGE BODY: APPS.OCM_ADD_DATA_POINTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OCM_ADD_DATA_POINTS, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_CREDIT_REQUEST_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_CREDIT_REQUEST_API, status:VALID,
-
PACKAGE BODY: APPS.IEX_COLL_IND
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_COLL_IND, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_UTIL, status:VALID,
-
PACKAGE BODY: APPS.IEX_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_PROFILE, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_UTIL, status:VALID,
-
PACKAGE: APPS.AR_CMGT_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AR_CMGT_UTIL, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_CREDIT_REQUEST_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_CREDIT_REQUEST_API, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_DATA_POINTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_DATA_POINTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_DATA_POINTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_DATA_POINTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_WF_ENGINE, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_WF_ENGINE, status:VALID,
-
APPS.AR_CMGT_CREDIT_REQUEST_API SQL Statements
12.1.1
-
APPS.AR_CMGT_CREDIT_REQUEST_API SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKL_LEASE_APP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LEASE_APP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LEASE_APP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LEASE_APP_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.OCM_ADD_DATA_POINTS SQL Statements
12.1.1
-
APPS.AR_CMGT_UTIL SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OCM_ADD_DATA_POINTS SQL Statements
12.2.2
-
APPS.AR_CMGT_UTIL SQL Statements
12.2.2
-
APPS.IEX_PROFILE SQL Statements
12.1.1
-
APPS.IEX_UWQ_STRAT_ENUMS_PVT SQL Statements
12.1.1
-
APPS.IEX_COLL_IND SQL Statements
12.1.1
-
APPS.IEX_PROFILE SQL Statements
12.2.2
-
APPS.IEX_PAYMENT_COLL_RPT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IEX_COLL_IND_PUB
12.2.2
-
APPS.IEX_PAYMENT_CAMP_RPT_PKG SQL Statements
12.2.2
-
APPS.IEX_UWQ_STRAT_ENUMS_PVT SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.IEX_PROMISE_RECON_RPT_PKG SQL Statements
12.2.2