Search Results ar_aging_bucket_lines_b
Overview
The AR_AGING_BUCKET_LINES_B table is a core data structure within Oracle E-Business Suite Receivables (AR) that defines the individual period lines for an aging bucket set. An aging bucket set is a critical configuration used to categorize and report on outstanding customer receivables based on the number of days an invoice is past its due date. This table stores the specific period definitions—such as "Current," "1-30 Days," "31-60 Days," and so forth—that comprise a bucket set. Its role is foundational to the aging reports and collection strategies within the application, providing the framework for analyzing accounts receivable liquidity and credit risk.
Key Information Stored
The table's primary function is to store the sequential periods of an aging bucket. The key columns include AGING_BUCKET_LINE_ID, which is the unique primary key identifier for each bucket line. The AGING_BUCKET_ID is a foreign key that links the line to its parent bucket set defined in the AR_AGING_BUCKETS table. The BUCKET_SEQUENCE_NUM dictates the order in which the periods are evaluated and displayed, which is essential for accurate aging calculations. Other columns typically found in this structure, though not explicitly listed in the provided metadata, would define the period's name (e.g., BUCKET_NAME) and the upper day limit for the period (e.g., DAYS_START, DAYS_TO). The unique key constraint on AGING_BUCKET_ID and BUCKET_SEQUENCE_NUM ensures no duplicate sequence numbers exist within a single bucket set.
Common Use Cases and Queries
This table is primarily accessed for configuring and generating aging reports. A common use case is to query the bucket structure for a specific aging bucket set to understand its period breakdown. For instance, a system administrator might run a query to audit all configured bucket lines. A typical reporting query would join this table to AR_AGING_BUCKETS and the transactional tables (like AR_PAYMENT_SCHEDULES_ALL) to categorize invoices into the correct aging periods based on the number of days past due. Sample SQL to list all lines for a bucket set would be: SELECT bucket_sequence_num, bucket_name, days_to FROM ar_aging_bucket_lines_b WHERE aging_bucket_id = :p_bucket_id ORDER BY bucket_sequence_num;. This data is integral to standard reports like the Accounts Receivable Aging Report and the Trial Balance Aging Report.
Related Objects
The AR_AGING_BUCKET_LINES_B table has a direct, documented relationship with the AR_AGING_BUCKETS table, which is its parent. The foreign key relationship is:
- Foreign Key from AR_AGING_BUCKET_LINES_B to AR_AGING_BUCKETS: The column AR_AGING_BUCKET_LINES_B.AGING_BUCKET_ID references the primary key in AR_AGING_BUCKETS. This defines the bucket set to which the line belongs.
-
Table: AR_AGING_BUCKET_LINES_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AGING_BUCKET_LINES_B, object_name:AR_AGING_BUCKET_LINES_B, status:VALID, product: AR - Receivables , description: An individual aging bucket period that is part of an aging bucket set , implementation_dba_data: AR.AR_AGING_BUCKET_LINES_B ,
-
Table: AR_AGING_BUCKET_LINES_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AGING_BUCKET_LINES_B, object_name:AR_AGING_BUCKET_LINES_B, status:VALID, product: AR - Receivables , description: An individual aging bucket period that is part of an aging bucket set , implementation_dba_data: AR.AR_AGING_BUCKET_LINES_B ,
-
APPS.IEX_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.1.1
-
APPS.AR_AGING_BUCKET_LINES_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.1.1
-
APPS.IEX_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.2.2
-
APPS.IEX_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.2.2
-
APPS.AR_CHARGE_SCHEDULE_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.1.1
-
APPS.AR_AGING_BUCKET_LINES_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.2.2
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.1.1
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.1.1
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.2.2
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.2.2
-
APPS.AR_CHARGE_SCHEDULE_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on AR_AGING_BUCKET_LINES_B
12.2.2
-
APPS.IEX_AGING_BUCKETS_PKG dependencies on AR_AGING_BUCKET_LINES_B
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on AR_AGING_BUCKET_LINES_B
12.1.1
-
TRIGGER: APPS.AR_AGING_BUCKET_LINES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AR_AGING_BUCKET_LINES_B+, status:VALID,
-
VIEW: AR.AR_AGING_BUCKET_LINES_B#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_AGING_BUCKET_LINES_B#, status:VALID,
-
VIEW: APPS.AR_AGING_BUCKET_LINES_VL
12.2.2
-
VIEW: APPS.AR_AGING_BUCKET_LINES_B_DFV
12.1.1
-
VIEW: APPS.AR_AGING_BUCKET_LINES_B_DFV
12.2.2
-
TABLE: AR.AR_AGING_BUCKET_LINES_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AGING_BUCKET_LINES_B, object_name:AR_AGING_BUCKET_LINES_B, status:VALID,
-
VIEW: APPS.OKL_GEN_LOSS_PROV_DETAIL_UV
12.2.2
-
SYNONYM: APPS.AR_AGING_BUCKET_LINES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_AGING_BUCKET_LINES_B, status:VALID,
-
VIEW: APPS.OKL_BUCKET_NAME_UV
12.2.2
-
VIEW: APPS.OKL_BUCKET_NAME_UV
12.1.1
-
SYNONYM: APPS.AR_AGING_BUCKET_LINES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_AGING_BUCKET_LINES_B, status:VALID,
-
TRIGGER: APPS.AR_AGING_BUCKET_LINES_B+
12.2.2
-
VIEW: APPS.OZF_X_AGING_BUCKET_LNS
12.1.1
-
VIEW: APPS.OZF_X_AGING_BUCKET_LNS
12.2.2
-
VIEW: APPS.AR_AGING_BUCKET_LINES_VL
12.1.1
-
TABLE: AR.AR_AGING_BUCKET_LINES_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AGING_BUCKET_LINES_B, object_name:AR_AGING_BUCKET_LINES_B, status:VALID,
-
VIEW: APPS.OKL_GEN_LOSS_PROVISION_UV
12.2.2
-
VIEW: APPS.OKL_GEN_LOSS_PROVISION_UV
12.1.1
-
VIEW: AR.AR_AGING_BUCKET_LINES_B#
12.2.2
-
VIEW: APPS.OKL_GEN_LOSS_PROV_DETAIL_UV
12.1.1
-
APPS.AR_AGING_BUCKET_LINES_PKG SQL Statements
12.1.1
-
APPS.AR_AGING_BUCKET_LINES_PKG SQL Statements
12.2.2
-
FUNCTION: APPS.AR_AGING_BUCKET_LINES_B=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.OKX_AGING_BUCKETS_V
12.2.2
-
VIEW: APPS.OKX_AGING_BUCKETS_V
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on AR_AGING_BUCKETS
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on AR_AGING_BUCKETS
12.1.1
-
PACKAGE BODY: APPS.AR_CHARGE_SCHEDULE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CHARGE_SCHEDULE_PKG, status:VALID,
-
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.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_BUCKETS
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_BUCKETS
12.2.2
-
FUNCTION: APPS.AR_AGING_BUCKET_LINES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AR_AGING_BUCKET_LINES_B=, status:VALID,