Search Results ar_aging_buckets
Overview
The AR_AGING_BUCKETS table is a core data object within the Oracle E-Business Suite Receivables (AR) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master definition table for aging buckets, which are critical for analyzing the status of outstanding customer balances. Each record in this table defines a distinct aging bucket set, such as "Standard 30-60-90" or "Custom Overdue Analysis." These definitions are not the individual line details but the parent container that groups them. The table's primary role is to provide the structural framework used by standard Receivables aging reports, including the Accounts Receivable Aging Report and the Trial Balance Aging Report, enabling businesses to assess credit and collection risk based on invoice due dates.
Key Information Stored
The table stores the metadata that defines each unique aging bucket configuration. The most critical columns include the system-generated primary key, AGING_BUCKET_ID, which uniquely identifies each bucket definition. The BUCKET_NAME column holds the user-defined, unique name for the bucket set, which is selected when running aging reports. While the ETRM excerpt does not list all columns, typical supplemental columns would include a description field, creation and last update dates, and status indicators. The table's structure, with a unique constraint on BUCKET_NAME, ensures that reporting references are clear and unambiguous.
Common Use Cases and Queries
The primary use case is configuring and running aged balance analyses. Administrators create and maintain bucket definitions via the Receivables application interface, which writes records to this table. During report execution, the system joins this table to its child lines table to calculate which transactions fall into each defined period. A common analytical query involves listing all available bucket definitions for a report parameter list:
SELECT bucket_name, description FROM ar_aging_buckets WHERE status = 'A' ORDER BY bucket_name;
For technical troubleshooting or data validation, one might query the relationship between a bucket header and its lines:
SELECT ab.bucket_name, abl.* FROM ar_aging_buckets ab, ar_aging_bucket_lines_b abl WHERE ab.aging_bucket_id = abl.aging_bucket_id AND ab.bucket_name = '&BUCKET_NAME';
Related Objects
As indicated by the foreign key metadata, the most directly related object is the AR_AGING_BUCKET_LINES_B table. This child table stores the specific period definitions (e.g., days from due date, period names) for each bucket identified by AGING_BUCKET_ID. Key reporting views, such as AR_AGING_BUCKETS_V and AR_AGING_BUCKET_LINES_V, likely exist to provide application-safe access to this data. The table is central to the aging engine within the AR standard reports and is referenced by underlying PL/SQL packages in the Receivables module that perform aging calculations.
-
Table: AR_AGING_BUCKETS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AGING_BUCKETS, object_name:AR_AGING_BUCKETS, status:VALID, product: AR - Receivables , description: Aging bucket lines used in Receivables aging reports , implementation_dba_data: AR.AR_AGING_BUCKETS ,
-
Table: AR_AGING_BUCKETS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AGING_BUCKETS, object_name:AR_AGING_BUCKETS, status:VALID, product: AR - Receivables , description: Aging bucket lines used in Receivables aging reports , implementation_dba_data: AR.AR_AGING_BUCKETS ,
-
APPS.AR_CMGT_DATA_POINTS_PKG dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.ARP_BF_BILL dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.IEX_DUNNING_PVT dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.AR_CHARGE_SCHEDULE_PKG dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.ARP_CUSTOMER_AGING dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.AR_CHARGE_SCHEDULE_PKG dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.AR_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.IEX_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.AR_ARXCCS_XMLP_PKG dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.AR_CMGT_DATA_POINTS_PKG dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.ARI_DB_UTILITIES dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.AR_CMGT_AGING dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.ARP_CUSTOMER_AGING dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.ARP_BF_BILL dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.ARI_DB_UTILITIES dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.AR_ARXCCS_XMLP_PKG dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKETS
12.1.1
-
APPS.IEX_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.IEX_DUNNING_PVT dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.AR_CMGT_AGING dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKETS
12.2.2
-
VIEW: AR.AR_AGING_BUCKETS#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_AGING_BUCKETS#, status:VALID,
-
VIEW: APPS.OKL_AGING_BUCKETS_UV
12.2.2
-
VIEW: APPS.AR_AGING_BUCKETS_DFV
12.2.2
-
VIEW: APPS.OZF_X_AGING_BUCKETS
12.2.2
-
VIEW: APPS.OKL_AGING_BUCKETS_UV
12.1.1
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_CHARGE_SCHEDULE_HDRS
12.1.1
-
VIEW: APPS.IEX_PROFILE_AGING_V
12.1.1
-
APPS.IEX_DUNNING_PVT dependencies on IEX_DUNNING_PLANS_VL
12.1.1
-
VIEW: APPS.AR_AGING_BUCKETS_DFV
12.1.1
-
VIEW: APPS.OKL_BUCKET_NAME_UV
12.1.1
-
VIEW: APPS.OKL_BUCKET_NAME_UV
12.2.2
-
TRIGGER: APPS.AR_AGING_BUCKETS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AR_AGING_BUCKETS+, status:VALID,
-
SYNONYM: APPS.AR_AGING_BUCKETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_AGING_BUCKETS, status:VALID,
-
VIEW: APPS.IEX_PROFILE_AGING_V
12.2.2
-
APPS.AR_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKET_LINES
12.2.2
-
VIEW: APPS.IEX_AGING_BUCKET_LINES_V
12.2.2
-
VIEW: APPS.IEX_AGING_BUCKET_LINES_V
12.1.1
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_CHARGE_SCHEDULE_HDRS
12.2.2
-
APPS.IEX_DUNNING_PVT dependencies on IEX_DUNNING_PLANS_VL
12.2.2
-
VIEW: APPS.OZF_X_AGING_BUCKETS
12.1.1
-
VIEW: APPS.OKL_GEN_LOSS_PROV_DETAIL_UV
12.2.2
-
TRIGGER: APPS.AR_AGING_BUCKETS+
12.2.2