Search Results retn_accounting_flag
Overview
PA_PROJ_BILLING_STATUS_VIEW_O is a reporting view in the Oracle E-Business Suite Projects (PA) module that consolidates the billing status of projects into a single row per project. It is defined as an aggregation over PA_PROJ_BILLING_DETAIL_VIEW, grouping by PROJECT_ID and applying MAX or SUM to the remaining columns. The view is intended for reporting on billing activity, revenue generation, invoice amounts, pending billing events, and retention balances at the project level.
For users searching on projfunc_revenue_amount, this view exposes the column PROJFUNC_REVENUE_AMOUNT, which represents the revenue amount derived through the Project Functions (ProjFunc) accounting basis. This makes the view relevant for reconciliation between standard revenue amounts and ProjFunc-generated revenue, as well as for analyzing uninvoiced and unbilled balances under the ProjFunc method.
Underlying Base Objects
The documented view text indicates that PA_PROJ_BILLING_STATUS_VIEW_O selects entirely from PA_PROJ_BILLING_DETAIL_VIEW and performs aggregation using GROUP BY PROJECT_ID. No additional base tables are documented as directly referenced by this view; the detail view serves as the single upstream source. Consequently, the granularity and filter characteristics of PA_PROJ_BILLING_STATUS_VIEW_O are inherited from the detail view, with the final result collapsed to one row per project.
The metadata notes that this object is "Not implemented in this database," meaning the view text is documented in ETRM but the object may not exist in every environment, particularly where the underlying detail view is unavailable or where customization practices differ. Its documented referenced base objects list is empty, confirming that only the detail view is involved.
Key Columns
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME – Project identifiers and descriptive attributes, aggregated via MAX since they are constant per project.
- BILLING_METHOD – The billing method assigned to the project.
- RETN_ACCOUNTING_FLAG – Indicates whether retention accounting is enabled ('Y' or 'N'); used in conditional calculations for retention amounts.
- LAST_RELEASED_INVOICE_NUM, LAST_RELEASED_INVOICE_DATE, LAST_RELEASED_BILL_THRU_DATE – Details of the most recently released invoice.
- DAYS_SINCE_LAST_RELEASE – Summed days since the last invoice release.
- NEXT_BILLING_DATE, NEXT_EVENT_AMOUNT, PENDING_INVOICE_AMOUNT – Forward-looking billing metrics and balances awaiting invoicing.
- REVENUE_AMOUNT, INVOICE_AMOUNT, UNBILLED_RECEIVABLE_AMOUNT – Standard revenue, invoiced, and unbilled receivable amounts.
- NEXT_EVENT_PROJFUNC_AMOUNT, PENDING_PROJFUNC_INV_AMOUNT – ProjFunc-based pending and next-event amounts.
- PROJFUNC_REVENUE_AMOUNT – ProjFunc revenue amount; the target of the user's search term.
- PROJFUNC_INVOICE_AMOUNT, PROJFUNC_UBR_AMOUNT – ProjFunc invoice and unbilled receivable amounts.
- PROJFUNC_UNBILLED_RETENTION – Retention balance under ProjFunc, adjusted by the RETN_ACCOUNTING_FLAG logic.
- ENABLE_TOP_TASK_INV_MTH_FLAG – Flag controlling top-task invoicing method behavior.
Common Use Cases and Queries
Typical scenarios include project billing status dashboards, unbilled receivable and retention analysis, and comparison of standard versus ProjFunc revenue and invoice amounts. Because the view aggregates to one row per project, it suits summary reporting rather than transactional detail.
- Project billing status report showing last invoice details and next billing date.
- Reconciliation of PROJFUNC_REVENUE_AMOUNT against REVENUE_AMOUNT to detect basis differences.
- Analysis of pending and unbilled amounts by project, including ProjFunc variants.
- Retention reporting that respects the RETN_ACCOUNTING_FLAG condition applied in the view definition.
Sample query:
SELECT project_number,
project_name,
billing_method,
projfunc_revenue_amount,
revenue_amount,
projfunc_invoice_amount,
invoice_amount
FROM pa_proj_billing_status_view_o
WHERE projfunc_revenue_amount <> revenue_amount;
This query identifies projects where ProjFunc revenue diverges from standard revenue, a frequent reconciliation point in Projects billing analysis. Users should confirm object availability in their environment, as the metadata indicates the view may not be implemented everywhere.
-
View: PA_PROJ_BILLING_STATUS_VIEW_O
12.2.2
product: PA - Projects , description: View to report billing status of projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_BILLING_STATUS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID, product: PA - Projects , description: View to report billing status of projects. Full Description: is a view to report the billing status of projects. This view displays the project billing status as reported in the MGT: Project Billing Status report. , implementation_dba_data: APPS.PA_PROJ_BILLING_STATUS_VIEW ,
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.2.2
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.1.1
-
View: PA_PROJ_BILLING_STATUS_VIEW_O
12.1.1
product: PA - Projects , description: View to report billing status of projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_BILLING_STATUS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID, product: PA - Projects , description: View to report billing status of projects. Full Description: is a view to report the billing status of projects. This view displays the project billing status as reported in the MGT: Project Billing Status report. , implementation_dba_data: APPS.PA_PROJ_BILLING_STATUS_VIEW ,
-
PACKAGE: APPS.PA_PAXBUBSS_XMLP_PKG
12.1.1
-
VIEW: PA.PA_IMPLEMENTATIONS_ALL#
12.2.2
-
VIEW: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V
12.1.1
-
PACKAGE: APPS.PA_PAXBUBSS_XMLP_PKG
12.2.2
-
VIEW: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V
12.2.2
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V2
12.1.1
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V2
12.2.2
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL_MRC_V, object_name:PA_IMPLEMENTATIONS_ALL_MRC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V ,
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL_MRC_V, object_name:PA_IMPLEMENTATIONS_ALL_MRC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V ,
-
PACKAGE: APPS.PA_PAXMGPSD_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_PAXBUBSS_XMLP_PKG
12.1.1
-
View: PA_IMPLEMENTATIONS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.PA_PAXMGPSD_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_PAXBUBSS_XMLP_PKG
12.2.2
-
VIEW: PA.PA_PROJECTS_ALL#
12.2.2
-
VIEW: APPS.PA_PROJECTS_AMG_V
12.2.2
-
VIEW: APPS.PA_PROJECTS_AMG_V
12.1.1
-
PACKAGE BODY: APPS.PA_PAXMGPSD_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_PAXMGPSD_XMLP_PKG
12.1.1
-
View: PA_PROJECTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
View: PA_PROJECTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID,
-
View: PA_PROJECTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID,
-
View: PA_PROJECTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_PROJ_BILLING_DETAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID,
-
VIEW: APPS.PA_PROJ_BILLING_DETAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID,
-
VIEW: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL_MRC_V, object_name:PA_IMPLEMENTATIONS_ALL_MRC_V, status:VALID,
-
VIEW: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL_MRC_V, object_name:PA_IMPLEMENTATIONS_ALL_MRC_V, status:VALID,
-
VIEW: PA.PA_IMPLEMENTATIONS_ALL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_IMPLEMENTATIONS_ALL#, status:VALID,
-
TABLE: PA.PA_IMPLEMENTATIONS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
View: PA_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
View: PA_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
VIEW: APPS.PA_PROJECTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID,
-
VIEW: APPS.PA_PROJECTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID,
-
VIEW: APPS.PA_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID,
-
VIEW: PA.PA_PROJECTS_ALL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJECTS_ALL#, status:VALID,
-
VIEW: APPS.PA_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID,
-
TABLE: PA.PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID,