Search Results accounting_rule_name
Overview
IGI_RPI_LINE_DETAILS_V is a read-only database view owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It belongs to the IGI product family — Public Sector Financials International — which extends standard Oracle Receivables and Payables functionality for government and public sector deployments. The view exposes standing charge line detail data used by the standing charges line details form, and is defined directly on top of the IGI_RPI_LINE_DETAILS storage object.
Standing charges represent recurring billing or revenue arrangements that a public sector organization applies to a customer, contract, or project over a defined duration. Because these arrangements must be billed periodically and posted to the correct accounting flexfield combinations, the view surfaces both the pricing attributes of each line and the two distribution code combinations associated with it. Its principal role in EBS reporting and integration is to provide a form-facing, denormalized projection that joins line-level pricing data to the Receivables accounting rule name, so that users and downstream reports can interpret how a standing charge is recognized and posted without querying the underlying tables separately.
Underlying Base Objects
The view is defined over two referenced base objects, both resolved through synonyms in the APPS schema:
- IGI_RPI_LINE_DETAILS (SYNONYM) — the primary source, aliased as JURLD in the view text. It supplies every column except the accounting rule name.
- RA_RULES (SYNONYM) — the Oracle Receivables accounting rules table, aliased as RR. It is joined with an outer join condition
JURLD.ACCOUNTING_RULE_ID = RR.RULE_ID(+), so a standing charge line is returned even when no accounting rule is attached.
The outer join is significant: ACCOUNTING_RULE_ID is effectively optional, and ACCOUNTING_RULE_NAME will be null for lines whose accounting rule has not been assigned or whose rule identifier does not resolve in RA_RULES. The view performs no aggregation and no filtering; the row count and granularity match the qualifying rows in IGI_RPI_LINE_DETAILS one for one.
Key Columns
The view exposes twenty-seven columns. The following are the most operationally significant:
- RECEIVABLE_CODE_COMBINATION_ID — the accounting flexfield combination identifier used for the receivable side of the standing charge distribution. This is the column most frequently searched for.
- REVENUE_CODE_COMBINATION_ID — the corresponding code combination identifier for revenue recognition.
- ACCOUNTING_RULE_ID / ACCOUNTING_RULE_NAME — the Receivables accounting rule and its descriptive name, controlling how amounts are recognized across periods.
- STANDING_CHARGE_ID, LINE_ITEM_ID, ITEM_ID — linkage back to the standing charge header, the line, and the inventory item.
- CHARGE_ITEM_NUMBER, DESCRIPTION, QUANTITY, PRICE — descriptive and pricing attributes of the line.
- PERIOD_NAME, START_DATE, DURATION, CURRENT_EFFECTIVE_DATE, PREVIOUS_EFFECTIVE_DATE, PREVIOUS_PRICE, REVISED_PRICE, REVISED_EFFECTIVE_DATE — the period and price-revision context for the charge.
- VAT_TAX_ID, ADDITIONAL_REFERENCE — tax and free-text reference attributes.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS auditing columns.
- ROW_ID — the ROWID of the underlying IGI_RPI_LINE_DETAILS row, supplied for row-level identification.
Common Use Cases and Queries
Typical uses include reconciling standing charge distributions to the general ledger, validating that a receivable code combination has been populated before billing, and driving form or report queries on accounting rule assignment. Because the view is not secured by an operating unit profile option at the view level, row-level access control is inherited from the underlying table and applied through the form or report layer.
To locate lines carrying a receivable code combination:
SELECT standing_charge_id, line_item_id, charge_item_number, receivable_code_combination_id, revenue_code_combination_id, price, period_name FROM apps.igi_rpi_line_details_v WHERE receivable_code_combination_id IS NOT NULL;
To identify lines missing an accounting rule name:
SELECT line_item_id, charge_item_number, accounting_rule_id, accounting_rule_name FROM apps.igi_rpi_line_details_v WHERE accounting_rule_name IS NULL;
To join back to the code combination table for accounting flexfield display, join RECEIVABLE_CODE_COMBINATION_ID to GL_CODE_COMBINATIONS.CODE_COMBINATION_ID in a separate query, since that table is not referenced by this view. Reporting queries should filter on STANDING_CHARGE_ID or PERIOD_NAME to constrain result sets, as the view itself applies no predicates.
-
View: IGI_RPI_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_LINE_DETAILS_V, object_name:IGI_RPI_LINE_DETAILS_V, status:VALID, product: IGI - Public Sector Financials International , description: View for the standing charges line details form based on IGI_RPI_LINE_DETAILS view , implementation_dba_data: APPS.IGI_RPI_LINE_DETAILS_V ,
-
VIEW: APPS.IGI_RPI_LINE_DETAILS_V
12.2.2
-
VIEW: OKS.OKS_LINES_INTERFACE#
12.2.2
-
VIEW: APPS.IGI_RPI_LINE_DETAILS_V
12.1.1
-
View: IGI_MPP_AP_DIST_MERGE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MPP_AP_DIST_MERGE_V, object_name:IGI_MPP_AP_DIST_MERGE_V, status:VALID, product: IGI - Public Sector Financials International , description: Contains information for both Core and OPSFI Invoice Distributions forms , implementation_dba_data: APPS.IGI_MPP_AP_DIST_MERGE_V ,
-
View: IGI_RPI_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_LINE_DETAILS_V, object_name:IGI_RPI_LINE_DETAILS_V, status:VALID, product: IGI - Public Sector Financials International , description: View for the standing charges line details form based on IGI_RPI_LINE_DETAILS view , implementation_dba_data: APPS.IGI_RPI_LINE_DETAILS_V ,
-
View: IGI_MPP_AP_DIST_MERGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_MPP_AP_DIST_MERGE_V, object_name:IGI_MPP_AP_DIST_MERGE_V, status:VALID, product: IGI - Public Sector Financials International , description: Contains information for both Core and OPSFI Invoice Distributions forms , implementation_dba_data: APPS.IGI_MPP_AP_DIST_MERGE_V ,
-
VIEW: OKS.OKS_HEADERS_INTERFACE#
12.2.2
-
VIEW: AR.AR_ARCHIVE_DETAIL#
12.2.2
-
VIEW: APPS.OEFV_SALES_ORDER_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID,
-
View: PN_AEL_BILL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_BILL_GL_V, object_name:PN_AEL_BILL_GL_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_AEL_BILL_GL_V ,
-
View: PN_AEL_BILL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_BILL_GL_V, object_name:PN_AEL_BILL_GL_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_AEL_BILL_GL_V ,
-
VIEW: APPS.OEFV_ORDER_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEFV_ORDER_AGREEMENTS, object_name:OEFV_ORDER_AGREEMENTS, status:VALID,
-
VIEW: APPS.OEFV_SALES_ORDER_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID,
-
View: PN_AEL_PAY_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_PAY_GL_V, object_name:PN_AEL_PAY_GL_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_AEL_PAY_GL_V ,
-
View: PN_AEL_PAY_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_PAY_GL_V, object_name:PN_AEL_PAY_GL_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_AEL_PAY_GL_V ,
-
VIEW: APPS.IGI_RPI_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_LINE_DETAILS_V, object_name:IGI_RPI_LINE_DETAILS_V, status:VALID,
-
VIEW: OKS.OKS_LINES_INTERFACE#
12.2.2
owner:OKS, object_type:VIEW, object_name:OKS_LINES_INTERFACE#, status:VALID,
-
VIEW: APPS.OEFV_ORDER_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEFV_ORDER_AGREEMENTS, object_name:OEFV_ORDER_AGREEMENTS, status:VALID,
-
VIEW: APPS.OEFV_CUSTOMER_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_CUSTOMER_AGREEMENTS ONT.OEFV_CUSTOMER_AGREEMENTS, object_name:OEFV_CUSTOMER_AGREEMENTS, status:VALID,
-
View: AR_AEL_GL_REC_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_ALL_V, object_name:AR_AEL_GL_REC_ALL_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_ALL_V ,
-
View: AR_AEL_GL_REC_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_ALL_V, object_name:AR_AEL_GL_REC_ALL_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_ALL_V ,
-
VIEW: APPS.IGI_RPI_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_LINE_DETAILS_V, object_name:IGI_RPI_LINE_DETAILS_V, status:VALID,
-
VIEW: APPS.OEFV_CUSTOMER_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_CUSTOMER_AGREEMENTS ONT.OEFV_CUSTOMER_AGREEMENTS, object_name:OEFV_CUSTOMER_AGREEMENTS, status:VALID,
-
View: XLA_AR_INV_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_INV_AEL_GL_V, object_name:XLA_AR_INV_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_INV_AEL_GL_V ,
-
VIEW: APPS.PN_AEL_PAY_GL_V
12.2.2
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_BILL_GL_V, object_name:PN_AEL_BILL_GL_V, status:VALID,
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.1.1
-
View: XLA_JL_BR_AR_BT_AEL_SL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PN_AEL_PAY_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_PAY_GL_V, object_name:PN_AEL_PAY_GL_V, status:VALID,
-
VIEW: APPS.PN_AEL_PAY_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_PAY_GL_V, object_name:PN_AEL_PAY_GL_V, status:VALID,
-
VIEW: APPS.AR_AEL_GL_REC_ALL_V
12.2.2
-
VIEW: APPS.AR_AEL_GL_REC_ALL_V
12.1.1
-
View: XLA_JL_BR_AR_BT_AEL_GL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_JL_BR_AR_BT_AEL_SL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AR_REC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_REC_AEL_GL_V, object_name:XLA_AR_REC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_REC_AEL_GL_V ,
-
VIEW: APPS.AR_AEL_SL_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_INV_V, object_name:AR_AEL_SL_INV_V, status:VALID,
-
VIEW: APPS.XLA_AR_INV_AEL_GL_V
12.1.1
-
View: XLA_AR_INV_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_INV_AEL_SL_V, object_name:XLA_AR_INV_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_INV_AEL_SL_V ,
-
VIEW: APPS.AR_AEL_SL_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_INV_V, object_name:AR_AEL_SL_INV_V, status:VALID,
-
VIEW: APPS.PN_AEL_PAY_GL_V
12.1.1
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_AEL_BILL_GL_V, object_name:PN_AEL_BILL_GL_V, status:VALID,
-
VIEW: APPS.XLA_AR_INV_AEL_SL_V
12.2.2
-
View: XLA_AR_INV_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_INV_AEL_GL_V, object_name:XLA_AR_INV_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_INV_AEL_GL_V ,
-
View: XLA_AR_REC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_REC_AEL_GL_V, object_name:XLA_AR_REC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_REC_AEL_GL_V ,
-
View: XLA_JL_BR_AR_BT_AEL_GL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PN_AEL_BILL_GL_V
12.2.2
-
View: AR_TRX_DIST_LINE_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_DIST_LINE_REP_ITF_V, object_name:AR_TRX_DIST_LINE_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_DIST_LINE_REP_ITF_V ,
-
View: AR_TRX_DIST_LINE_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_DIST_LINE_REP_ITF_V, object_name:AR_TRX_DIST_LINE_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_DIST_LINE_REP_ITF_V ,
-
VIEW: OKS.OKS_HEADERS_INTERFACE#
12.2.2
owner:OKS, object_type:VIEW, object_name:OKS_HEADERS_INTERFACE#, status:VALID,