Search Results gl_batch_name
Overview
The APPS.PA_UBR_UER_PROJ_DTLS_V view is a reporting-only database object within the Oracle E-Business Suite Projects (PA) module. Its name reflects its purpose: it consolidates project-level summary details for Unbilled Receivables (UBR) and Unearned Revenue (UER) processing. In Oracle Projects, UBR represents revenue that has been recognized but not yet invoiced, while UER represents cash received or billed amounts for which revenue has not yet been recognized. Both conditions arise from timing differences between revenue recognition and invoicing, and both require reconciliation against the General Ledger.
The view is documented as VALID in the APPS schema and is explicitly described in the ETRM metadata as being used for reporting purposes in UBR and UER. It does not store data itself; rather, it projects and reformats data drawn from underlying summary and transaction tables, applying currency rounding and a package-driven lookup to resolve General Ledger references. This makes it particularly valuable to financial analysts, revenue accountants, and technical consultants building reconciliation reports that tie Projects subledger activity back to GL batches and journals.
Underlying Base Objects
The view is defined over a combination of Projects tables, lookups, and a PL/SQL package. The documented referenced base objects are:
- PA_PROJECTS and PA_PROJECT_TYPES_ALL — source of project number, name, ID, and project type.
- PA_DRAFT_INVOICES_ALL and PA_DRAFT_INVOICE_ITEMS — source of invoice numbers, line numbers, invoice line amounts, and the DR/CR amounts that distinguish UBR from UER.
- PA_DRAFT_REVENUES_ALL — supporting revenue draft data.
- PA_UBR_UER_SUMM_ACCT — the UBR/UER summary accounting table holding the summary identifiers, GL period name, cost center and account segments.
- PA_LOOKUPS — resolves the lookup meaning returned in the TYPE column.
- PA_IMPLEMENTATIONS_ALL — implementation context for the operating unit and ledger.
- PA_CURRENCY — a package supplying ROUND_CURRENCY_AMT to normalize monetary values.
- PA_UBR_UER_SUMM_PKG — a package whose GET_INV_GL_HEADER_ID_LINE_NUM function resolves GL header ID, GL line ID, GL header name, and GL batch name.
The view joins these objects primarily on project ID, summary IDs, and system reference, using DECODE logic to assign invoice and revenue amounts to the correct UBR or UER bucket.
Key Columns
- PROJECT_NUMBER, PROJECT_NAME, PROJECT_ID, PROJECT_TYPE — project identification attributes.
- COST_CENTER and ACCOUNT — accounting flexfield segments from the summary account record.
- TYPE — lookup meaning indicating the UBR/UER classification.
- INV_REV_NUM and LINE_NUMBER — invoice/revenue document and line references.
- UBR_SUMMARY_ID and UER_SUMMARY_ID — summary identifiers used to derive the correct amount.
- GL_PERIOD_NAME — the GL period in which the transaction was accounted.
- INV_REV_AMOUNT, UBR_AMOUNT, UER_AMOUNT — currency-rounded monetary amounts.
- GL_HEADER_ID, GL_LINE_ID, GL_HEADER_NAME, GL_HEADER_NAME (from GL_BATCH_NAME) — GL journal identifiers resolved via PA_UBR_UER_SUMM_PKG.
Common Use Cases and Queries
The view is typically queried to reconcile UBR and UER balances to GL, and the user-supplied search term gl_batch_name corresponds directly to the GL_BATCH_NAME column, which is derived from the package call GET_INV_GL_HEADER_ID_LINE_NUM('GL_BATCH_NAME', ...). This supports locating the GL batch into which a given UBR or UER transaction was posted.
A typical query for a specific batch:
- SELECT project_number, project_name, gl_period_name, gl_batch_name, ubr_amount, uer_amount FROM apps.pa_ubr_uer_proj_dtls_v WHERE gl_batch_name = :batch;
Other practical uses include reporting period-end UBR/UER activity by project, filtering by TYPE to isolate the UBR or UER population, and joining to GL_JE_BATCHES/GL_JE_HEADERS on GL_HEADER_ID for drill-down. Because the view calls PA_UBR_UER_SUMM_PKG per row, performance is best served by filtering on PROJECT_ID or GL_PERIOD_NAME before consuming the calculated columns.
-
View: PA_UBR_UER_PROJ_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_PROJ_DTLS_V, object_name:PA_UBR_UER_PROJ_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Project summary details view , implementation_dba_data: APPS.PA_UBR_UER_PROJ_DTLS_V ,
-
View: PA_CC_DIST_LINES
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_UBR_UER_PROJ_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_PROJ_DTLS_V, object_name:PA_UBR_UER_PROJ_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Project summary details view , implementation_dba_data: APPS.PA_UBR_UER_PROJ_DTLS_V ,
-
View: PA_UBR_UER_ACCT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_ACCT_DTLS_V, object_name:PA_UBR_UER_ACCT_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Accounting summary detail view , implementation_dba_data: APPS.PA_UBR_UER_ACCT_DTLS_V ,
-
View: PA_CC_DIST_LINES
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_UBR_UER_ACCT_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_ACCT_DTLS_V, object_name:PA_UBR_UER_ACCT_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Accounting summary detail view , implementation_dba_data: APPS.PA_UBR_UER_ACCT_DTLS_V ,
-
View: PA_CC_DIST_LINES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_ALL_MRC_V, object_name:PA_CC_DIST_LINES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: APPS.PA_CC_DIST_LINES_ALL_MRC_V ,
-
View: PA_CC_DIST_LINES_SUMMARIZE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_SUMMARIZE_V, object_name:PA_CC_DIST_LINES_SUMMARIZE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CC_DIST_LINES_SUMMARIZE_V ,
-
View: PA_CC_DIST_LINES_ALL_MRC_V2
12.1.1
product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_DIST_LINES_MRC_V
12.1.1
product: PA - Projects , description: Single-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_DIST_LINES_MRC_V
12.2.2
product: PA - Projects , description: Single-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_DIST_LINES_SUMMARIZE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_SUMMARIZE_V, object_name:PA_CC_DIST_LINES_SUMMARIZE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CC_DIST_LINES_SUMMARIZE_V ,
-
View: PA_CC_DIST_LINES_ALL_MRC_V2
12.2.2
product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_DIST_LINES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_ALL_MRC_V, object_name:PA_CC_DIST_LINES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: APPS.PA_CC_DIST_LINES_ALL_MRC_V ,
-
View: PA_CC_DIST_SUM_REP_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_draft_invoices, pa_cc_dist_lines_all, pa_mc_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_DIST_SUM_REP_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_draft_invoices, pa_cc_dist_lines_all, pa_mc_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,