Search Results ar_aging_bucket_lines_b
Overview
The AR_AGING_BUCKET_LINES_B table is a core configuration object within the Oracle Receivables (AR) module of Oracle E-Business Suite, available in both release 12.1.1 and 12.2.2. It stores the individual aging bucket periods that comprise an aging bucket set. Each row represents one discrete bucket — for example, "Current," "1–30 Days," or "31–60 Days" — that Oracle Receivables uses to classify open receivables balances by age when generating aging reports, collection dashboards, and customer account summaries. Because the table is prefixed with _B, it belongs to the standard EBS "_B/_TL" convention: _B holds base, non-translated configuration rows, with any associated translations stored separately. The object resides in the AR schema and is flagged VALID in the ETRM repository.
The metadata's heuristic Data Vault classification describes this table as satellite-leaning. In practice this reflects that it hangs off a parent configuration entity (AR_AGING_BUCKETS) via a foreign key, carrying descriptive attributes about each bucket line — a pattern analogous to a satellite attached to a hub or parent link.
Key Information Stored
The table contains 28 documented columns. The most operationally significant include:
- AGING_BUCKET_LINE_ID — the surrogate primary key (
AR_AGING_BUCKET_LINES_B_PK), uniquely identifying each individual bucket line row. - AGING_BUCKET_ID — the foreign key to
AR_AGING_BUCKETS, tying each line to its parent aging bucket set. - BUCKET_SEQUENCE_NUM — the ordinal position of the line within the set, defining display and compute order.
- DAYS_START and DAYS_TO — the lower and upper day boundaries that define the aging interval for this bucket.
- TYPE — a classifier for the bucket category.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — the standard EBS descriptive flexfield (DFF) columns for extensible customer-defined attributes.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — the standard EBS auditing "WHO" columns recording row creation and modification.
- ZD_EDITION_NAME — the editioning column introduced under the 12.2 online patching / EBR architecture.
The business-key candidate is captured by the unique index AR_AGING_BUCKET_LINES_B_U1 on (AGING_BUCKET_ID, BUCKET_SEQUENCE_NUM, ZD_EDITION_NAME), ensuring that within a given bucket set (and edition) no two lines share the same sequence number.
Common Use Cases and Queries
Typical scenarios include reviewing bucket definitions during Collections configuration, validating aging report output, and migrating bucket sets between instances. A representative query joins the line table to its parent set:
SELECT l.aging_bucket_line_id, l.aging_bucket_id, l.bucket_sequence_num, l.days_start, l.days_to, l.type FROM ar.ar_aging_bucket_lines_b l WHERE l.aging_bucket_id = :bucket_id ORDER BY l.bucket_sequence_num;
Developers frequently extract the ordered day ranges to reproduce or reconcile the aging logic used by Oracle Receivables reports. Because the DFF attributes are present, custom reporting may reference ATTRIBUTE_CATEGORY and the ATTRIBUTE1..15 columns. In 12.2 environments, queries should account for ZD_EDITION_NAME to avoid returning rows from multiple editions.
Related Objects
- AR_AGING_BUCKETS — parent table referenced via
AR_AGING_BUCKET_LINES_B.AGING_BUCKET_ID. - AR_AGING_BUCKETS_TL — translated names for the parent bucket set (where applicable).
- AR_AGING_BUCKET_LINES_B unique index
AR_AGING_BUCKET_LINES_B_U1and primary keyAR_AGING_BUCKET_LINES_B_PK— enforce integrity on the line definitions. - AR_AGING_BUCKET_SETS — higher-level grouping that associates bucket sets with collections/aging configurations.
These relationships let administrators and developers trace a single aging bucket line back through its parent set to the aging configuration that drives Receivables reporting behavior.
-
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 ,
-
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: APPS.AR_AGING_BUCKET_LINES_VL
12.2.2
-
VIEW: AR.AR_AGING_BUCKET_LINES_B#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_AGING_BUCKET_LINES_B#, status:VALID,
-
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
-
VIEW: APPS.AR_AGING_BUCKET_LINES_B_DFV
12.1.1
-
VIEW: APPS.AR_AGING_BUCKET_LINES_B_DFV
12.2.2
-
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,
-
SYNONYM: APPS.AR_AGING_BUCKET_LINES_B
12.1.1
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.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.AR_AGING_BUCKET_LINES_PKG SQL Statements
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,
-
VIEW: APPS.OKX_AGING_BUCKETS_V
12.1.1
-
VIEW: APPS.OKX_AGING_BUCKETS_V
12.2.2
-
FUNCTION: APPS.AR_AGING_BUCKET_LINES_B=
12.2.2
-
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 ,
-
FUNCTION: APPS.AR_AGING_BUCKET_LINES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AR_AGING_BUCKET_LINES_B=, status:VALID,
-
PACKAGE: APPS.IEX_AGING_BUCKETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IEX_AGING_BUCKETS_PKG, status:VALID,
-
View: OKL_BUCKET_NAME_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BUCKET_NAME_UV, object_name:OKL_BUCKET_NAME_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_BUCKET_NAME_UV ,
-
View: OKL_BUCKET_NAME_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BUCKET_NAME_UV, object_name:OKL_BUCKET_NAME_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BUCKET_NAME_UV ,
-
PACKAGE: APPS.IGI_DUNN_POST_UPG_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGI_DUNN_POST_UPG_PKG, status:VALID,
-
PACKAGE: APPS.IEX_AGING_BUCKETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IEX_AGING_BUCKETS_PKG, status:VALID,
-
PACKAGE: APPS.IGI_DUNN_POST_UPG_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IGI_DUNN_POST_UPG_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AR_AGING_BUCKET_LINES_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:AR_AGING_BUCKET_LINES_B_DFV, status:VALID,
-
PACKAGE BODY: APPS.AR_AGING_BUCKET_LINES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_AGING_BUCKET_LINES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AR_AGING_BUCKET_LINES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_AGING_BUCKET_LINES_PKG, status:VALID,
-
VIEW: APPS.AR_AGING_BUCKET_LINES_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:AR_AGING_BUCKET_LINES_B_DFV, status:VALID,
-
View: OKL_GEN_LOSS_PROVISION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GEN_LOSS_PROVISION_UV, object_name:OKL_GEN_LOSS_PROVISION_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_GEN_LOSS_PROVISION_UV ,
-
View: AR_AGING_BUCKET_LINES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AGING_BUCKET_LINES_VL, object_name:AR_AGING_BUCKET_LINES_VL, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AGING_BUCKET_LINES_VL ,
-
View: OKL_GEN_LOSS_PROVISION_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GEN_LOSS_PROVISION_UV, object_name:OKL_GEN_LOSS_PROVISION_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_GEN_LOSS_PROVISION_UV ,
-
PACKAGE BODY: APPS.IGI_DUNN_POST_UPG_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_DUNN_POST_UPG_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_DUNN_POST_UPG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_DUNN_POST_UPG_PKG, status:VALID,
-
PACKAGE BODY: APPS.AR_CHARGE_SCHEDULE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CHARGE_SCHEDULE_PKG, status:VALID,
-
View: AR_AGING_BUCKET_LINES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AGING_BUCKET_LINES_VL, object_name:AR_AGING_BUCKET_LINES_VL, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AGING_BUCKET_LINES_VL ,