Search Results gl_subr_led_vw
Overview
APPS.PMITS_FINAL_SUBLEDGER_V is a subledger reporting view in Oracle E-Business Suite (EBS) 12.1.1 / 12.2.2, owned by the APPS schema and delivered as part of the Process Manufacturing (OPM) Financials / ETRM product family. The view presents finalized subledger accounting lines intended for reconciliation, transfer to General Ledger, and downstream reporting. It is a filtering and enrichment wrapper: it selects from the base view GL_SUBR_LED_VW and applies a row-level security predicate so that only subledger records the current user is authorized to see are returned.
The name is significant: the "FINAL" prefix denotes lines that have reached a completed subledger state (e.g., processed costing, closed events), as opposed to provisional subledger entries. This makes the view suitable for period-end close activities, audit trails, and interfaces where only committed subledger activity should be surfaced. Users searching for gl_subr_led_vw are typically trying to trace the origins of these rows; PMITS_FINAL_SUBLEDGER_V is the secured, filtered presentation layer built directly on top of that base view.
Underlying Base Objects
The ETRM metadata documents two referenced objects:
- GL_SUBR_LED_VW (VIEW) — the primary data source, supplying all subledger columns (source, accounting period, amounts, currency, quantities, and descriptive attributes).
- PMI_SECURITY_PKG (PACKAGE) — the Process Manufacturing security package, invoked through PMI_SECURITY_PKG.SHOW_RECORD(ORGN_CODE) to enforce organization-level access control.
The view adds one computed column, JOIN_DOC_ID, via a DECODE over DOC_TYPE, and adds a derived materiality flag based on SUB_EVENT_CODE. No base tables are directly referenced; the view is a pure projection over GL_SUBR_LED_VW.
Key Columns
- SOURCE / SUBLEDGER_ID / SUB_EVENT_CODE / SUB_EVENT_DESC — identify the originating subledger and the business event that generated the line.
- CO_CODE / FISCAL_YEAR / PERIOD — the accounting period context (company, year, period) for GL reconciliation.
- DOC_TYPE / DOC_ID / LINE_ID / VOUCHER_ID / DOC_NO / DOC_DATE / LINE_NO — document identity and line-level traceability.
- JOIN_DOC_ID — DECODE(DOC_TYPE,'XFER',DOC_ID,'TRNI',DOC_ID,'MTRI',DOC_ID,'TRNR',DOC_ID,1); normalizes transfer/transaction document keys for joining across event types.
- ACCT_TTL_CODE / ACCT_NO / ACCTG_UNIT_NO / ACCTG_UNIT_DESC / ACCT_DESC — accounting unit and account definitions.
- DEBIT_CREDIT_SIGN / AMOUNT_BASE / AMOUNT_TRANS / CURRENCY_BASE / CURRENCY_TRANS — debit/credit indicator plus base and transaction amounts and currencies.
- JV_QUANTITY / JV_QUANTITY_UM / TRANS_QTY_USAGE / TRANS_QTY_USAGE_UM — quantity and unit-of-measure values for inventory/transaction lines.
- ORGN_CODE — organization code used for the security predicate.
- Materiality flag — derived as NONMATERIAL for SUB_EVENT_CODE in ('STEP','CLOS','RVAL'), otherwise MATERIAL.
Common Use Cases and Queries
Typical applications include period-end reconciliations, GL transfer verification, audit reporting, and custom ETRM interfaces. Because the view already applies PMI_SECURITY_PKG filtering, reporting tools automatically restrict output to the user's authorized organizations.
Sample query to review finalized subledger activity for an accounting period:
SELECT subledger_id, doc_no, acct_no, debit_credit_sign, amount_base, currency_base, gl_trans_date FROM apps.pmits_final_subleger_v WHERE fiscal_year = 2024 AND period = 5 AND orgn_code = 'M1' ORDER BY gl_trans_date;
Sample query isolating material events and joining on the normalized document key:
SELECT v.doc_type, v.join_doc_id, v.sub_event_desc, v.amount_trans, v.currency_trans FROM apps.pmits_final_subleger_v v WHERE DECODE(v.sub_event_code,'STEP','NONMATERIAL','CLOS','NONMATERIAL','RVAL','NONMATERIAL','MATERIAL') = 'MATERIAL';
These patterns support reconciliation of OPM subledger balances to GL and provide line-level detail for downstream financial reporting.
-
VIEW: APPS.PMITS_FINAL_SUBLEDGER_V
12.1.1
-
VIEW: APPS.PMITS_FINAL_SUBLEDGER_V
12.2.2
-
SYNONYM: APPS.GMF_LOT_COST_ADJUSTMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMF_LOT_COST_ADJUSTMENTS, status:VALID,
-
SYNONYM: APPS.GL_SEVT_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SEVT_MST, status:VALID,
-
SYNONYM: APPS.GL_SUBR_LED
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SUBR_LED, status:VALID,
-
SYNONYM: APPS.GL_ACCU_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ACCU_MST, status:VALID,
-
SYNONYM: APPS.GL_ACCT_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_MST, status:VALID,
-
SYNONYM: APPS.GL_ACCT_TTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_TTL, status:VALID,
-
SYNONYM: APPS.GL_ACCT_TTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_TTL, status:VALID,
-
SYNONYM: APPS.PO_RTRN_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RTRN_HDR, status:VALID,
-
SYNONYM: APPS.GL_SEVT_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SEVT_MST, status:VALID,
-
SYNONYM: APPS.PO_RTRN_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RTRN_DTL, status:VALID,
-
SYNONYM: APPS.PO_RECV_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_HDR, status:VALID,
-
SYNONYM: APPS.PO_RTRN_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RTRN_DTL, status:VALID,
-
SYNONYM: APPS.OP_BILL_LAD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_BILL_LAD, status:VALID,
-
SYNONYM: APPS.GL_SUBR_LED
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SUBR_LED, status:VALID,
-
SYNONYM: APPS.PO_RTRN_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RTRN_HDR, status:VALID,
-
SYNONYM: APPS.PO_RECV_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_DTL, status:VALID,
-
SYNONYM: APPS.IC_XFER_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_XFER_MST, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.GMI_DISCRETE_TRANSFERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMI_DISCRETE_TRANSFERS, status:VALID,
-
SYNONYM: APPS.GMI_DISCRETE_TRANSFER_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMI_DISCRETE_TRANSFER_LINES, status:VALID,
-
SYNONYM: APPS.GMI_DISCRETE_TRANSFER_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMI_DISCRETE_TRANSFER_LINES, status:VALID,
-
SYNONYM: APPS.IC_XFER_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_XFER_MST, status:VALID,
-
SYNONYM: APPS.GMF_LOT_COST_ADJUSTMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMF_LOT_COST_ADJUSTMENTS, status:VALID,
-
SYNONYM: APPS.GMI_DISCRETE_TRANSFERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMI_DISCRETE_TRANSFERS, status:VALID,
-
SYNONYM: APPS.GL_SRCE_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SRCE_MST, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.GL_SRCE_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SRCE_MST, status:VALID,
-
SYNONYM: APPS.OP_BILL_LAD
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_BILL_LAD, status:VALID,
-
SYNONYM: APPS.PO_RECV_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_HDR, status:VALID,
-
PACKAGE BODY: APPS.GMF_SUBLEDGER_REPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_SUBLEDGER_REPORT, status:VALID,
-
SYNONYM: APPS.PO_RECV_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_DTL, status:VALID,
-
SYNONYM: APPS.GL_ACCU_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ACCU_MST, status:VALID,
-
SYNONYM: APPS.GL_ACCT_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_MST, status:VALID,
-
PACKAGE BODY: APPS.GMF_SUBLEDGER_REPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_SUBLEDGER_REPORT, status:VALID,
-
SYNONYM: APPS.OP_ORDR_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_ORDR_DTL, status:VALID,
-
SYNONYM: APPS.OP_ORDR_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_ORDR_DTL, status:VALID,
-
SYNONYM: APPS.IC_TRAN_CMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_TRAN_CMP, status:VALID,
-
SYNONYM: APPS.IC_ADJS_JNL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_ADJS_JNL, status:VALID,
-
SYNONYM: APPS.IC_TRAN_CMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_TRAN_CMP, status:VALID,
-
SYNONYM: APPS.IC_ADJS_JNL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_ADJS_JNL, status:VALID,
-
SYNONYM: APPS.IC_JRNL_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_JRNL_MST, status:VALID,
-
View: PMITS_FINAL_SUBLEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_FINAL_SUBLEDGER_V, object_name:PMITS_FINAL_SUBLEDGER_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: GL subsidiary ledger. Liaison between subsystems and GL. Stores all the bookings of OPM subsystem transactions (documents). Updated by the OPM Subsidiary Ledger Update process. , implementation_dba_data: APPS.PMITS_FINAL_SUBLEDGER_V ,
-
VIEW: APPS.IC_TRAN_PND_OM_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_TRAN_PND_OM_VW1, object_name:IC_TRAN_PND_OM_VW1, status:VALID,
-
SYNONYM: APPS.IC_JRNL_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_JRNL_MST, status:VALID,
-
VIEW: APPS.IC_TRAN_PND_OM_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_TRAN_PND_OM_VW1, object_name:IC_TRAN_PND_OM_VW1, status:VALID,
-
View: PMITS_FINAL_SUBLEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_FINAL_SUBLEDGER_V, object_name:PMITS_FINAL_SUBLEDGER_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: GL subsidiary ledger. Liaison between subsystems and GL. Stores all the bookings of OPM subsystem transactions (documents). Updated by the OPM Subsidiary Ledger Update process. , implementation_dba_data: APPS.PMITS_FINAL_SUBLEDGER_V ,
-
SYNONYM: APPS.CR_RSRC_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CR_RSRC_MST, status:VALID,
-
SYNONYM: APPS.CR_RSRC_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CR_RSRC_MST, status:VALID,