Search Results pa_implementations_all
Overview
The PA_IMPLEMENTATIONS_ALL table is a critical configuration and setup table within the Oracle Projects (PA) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as the central repository for installation-level parameters that define the operational and financial framework for the Projects application across the enterprise. As a multi-organization table keyed by ORG_ID, it stores distinct implementation settings for each operating unit, enabling a shared service deployment model. Its role is foundational; the data stored here drives core functionality, including financial integration, project costing, billing, and reporting, by linking Projects to other key EBS modules such as General Ledger (GL), Human Resources (HR), and Receivables (AR).
Key Information Stored
The table's columns primarily store foreign keys that link to master data in other modules, establishing the Projects implementation's context. Based on the provided metadata, key columns and their purposes include: ORG_ID (the primary key, identifying the operating unit); SET_OF_BOOKS_ID (links to the primary accounting ledger in GL); BUSINESS_GROUP_ID (links to the HR business group for labor and employee data); BOOK_TYPE_CODE (links to the Fixed Assets book for capital project tracking); PA_PERIOD_TYPE (defines the accounting calendar period type for Projects); and INVOICE_BATCH_SOURCE_ID (links to the Receivables batch source for generating invoices). Other columns configure organizational structures and default sales credit types, forming a comprehensive setup profile.
Common Use Cases and Queries
This table is essential for setup verification, integration troubleshooting, and cross-module reporting. A common use case is validating the financial setup for a specific operating unit to ensure Projects transactions post to the correct ledger. Technical consultants and DBAs frequently query this table to diagnose integration issues, such as invoice generation failures or incorrect accounting period derivations. A typical diagnostic query would join to related setup tables:
- SELECT pia.org_id, hou.name operating_unit, sob.name set_of_books, pia.pa_period_type FROM pa.pa_implementations_all pia, hr_operating_units hou, gl_sets_of_books sob WHERE pia.org_id = hou.organization_id AND pia.set_of_books_id = sob.set_of_books_id;
Reporting use cases often involve extracting the full implementation context for an organization to support audit or documentation requirements.
Related Objects
As indicated by its numerous foreign key relationships, PA_IMPLEMENTATIONS_ALL is a hub connecting to many other EBS objects. Key related tables include: GL_SETS_OF_BOOKS (financial ledger), HR_ALL_ORGANIZATION_UNITS (business group), FA_BOOK_CONTROLS (fixed assets), RA_BATCH_SOURCES_ALL (receivables invoicing), and GL_PERIOD_TYPES (accounting calendar). Furthermore, several Projects-specific setup tables, such as PA_EVENT_TYPE_OUS_ALL, PA_EXPENDITURE_TYPE_OUS_ALL, and PA_ORG_FCST_ELEMENTS, reference PA_IMPLEMENTATIONS_ALL via ORG_ID, making it a parent for organization-specific configuration sub-tables. This network of relationships underscores its central role in the Projects data model.
-
Table: 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, product: PA - Projects , description: Information about the configuration of an Oracle Projects installation , implementation_dba_data: PA.PA_IMPLEMENTATIONS_ALL ,
-
Table: PA_IMPLEMENTATIONS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID, product: PA - Projects , description: Information about the configuration of an Oracle Projects installation , implementation_dba_data: PA.PA_IMPLEMENTATIONS_ALL ,
-
Table: PA_ORG_FCST_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ORG_FCST_ELEMENTS, object_name:PA_ORG_FCST_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores denormalized header information for Organization Forecasts. , implementation_dba_data: PA.PA_ORG_FCST_ELEMENTS ,
-
Table: PA_ORG_FCST_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ORG_FCST_ELEMENTS, object_name:PA_ORG_FCST_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores denormalized header information for Organization Forecasts. , implementation_dba_data: PA.PA_ORG_FCST_ELEMENTS ,
-
View: PA_RP_CALENDAR_PERIOD_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RP_CALENDAR_PERIOD_NAMES_V, object_name:PA_RP_CALENDAR_PERIOD_NAMES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RP_CALENDAR_PERIOD_NAMES_V ,
-
View: PA_RP_CALENDAR_PERIOD_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RP_CALENDAR_PERIOD_NAMES_V, object_name:PA_RP_CALENDAR_PERIOD_NAMES_V, status:VALID, product: PA - Projects , description: This view shows period names of Reporting Pack , implementation_dba_data: APPS.PA_RP_CALENDAR_PERIOD_NAMES_V ,
-
View: PA_R_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_HIERARCHIES_V, object_name:PA_R_HIERARCHIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_HIERARCHIES_V ,
-
View: PA_R_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_HIERARCHIES_V, object_name:PA_R_HIERARCHIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_HIERARCHIES_V ,
-
View: PA_GL_DR_EXCEPT_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_DR_EXCEPT_SUM_V, object_name:PA_GL_DR_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: PA_GL_DR_EXCEPT_SUM_V is a view that identifies the Draft Revenues that prevent a period from being closed. Full Description: returns summary information on draft revenues that have not been interfaced to GL and therefore are preventing th , implementation_dba_data: APPS.PA_GL_DR_EXCEPT_SUM_V ,
-
View: PA_GL_DR_EXCEPT_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_DR_EXCEPT_SUM_V, object_name:PA_GL_DR_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: PA_GL_DR_EXCEPT_SUM_V is a view that identifies the Draft Revenues that prevent a period from being closed. Full Description: returns summary information on draft revenues that have not been interfaced to GL and therefore are preventing th , implementation_dba_data: APPS.PA_GL_DR_EXCEPT_SUM_V ,
-
View: PA_ORGANIZATIONS_ALL_EXPEND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORGANIZATIONS_ALL_EXPEND_V, object_name:PA_ORGANIZATIONS_ALL_EXPEND_V, status:VALID, product: PA - Projects , description: View that shows the organizations that can be used as expenditure organization in Cross Charge Options Setup Form . , implementation_dba_data: APPS.PA_ORGANIZATIONS_ALL_EXPEND_V ,
-
Table: PA_FP_OF_WEBADI_XFACE
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_OF_WEBADI_XFACE, object_name:PA_FP_OF_WEBADI_XFACE, status:VALID, product: PA - Projects , implementation_dba_data: PA.PA_FP_OF_WEBADI_XFACE ,
-
Table: PA_FP_OF_WEBADI_XFACE
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_OF_WEBADI_XFACE, object_name:PA_FP_OF_WEBADI_XFACE, status:VALID, product: PA - Projects , implementation_dba_data: PA.PA_FP_OF_WEBADI_XFACE ,
-
Table: PA_EVENT_TYPE_OUS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENT_TYPE_OUS_ALL, object_name:PA_EVENT_TYPE_OUS_ALL, status:VALID, product: PA - Projects , description: Operating unit specific information for Event Types , implementation_dba_data: PA.PA_EVENT_TYPE_OUS_ALL ,
-
View: PA_PROJECTS_ALL_EXPEND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_ALL_EXPEND_V, object_name:PA_PROJECTS_ALL_EXPEND_V, status:VALID, product: PA - Projects , description: View of the projects to which you can do search. (For subledgers LOV) , implementation_dba_data: APPS.PA_PROJECTS_ALL_EXPEND_V ,
-
View: PA_PROJECTS_ALL_EXPEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_ALL_EXPEND_V, object_name:PA_PROJECTS_ALL_EXPEND_V, status:VALID, product: PA - Projects , description: View of the projects to which you can do search. (For subledgers LOV) , implementation_dba_data: APPS.PA_PROJECTS_ALL_EXPEND_V ,
-
Table: PA_EXPENDITURE_TYPE_OUS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPE_OUS_ALL, object_name:PA_EXPENDITURE_TYPE_OUS_ALL, status:VALID, product: PA - Projects , description: Operating unit specific tax code information for expenditure types , implementation_dba_data: PA.PA_EXPENDITURE_TYPE_OUS_ALL ,
-
View: PA_XLA_REVENUE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_LINES_V, object_name:PA_XLA_REVENUE_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_LINES_V ,
-
View: PA_XLA_REVENUE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_LINES_V, object_name:PA_XLA_REVENUE_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_LINES_V ,
-
View: PA_ORGANIZATIONS_ALL_EXPEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORGANIZATIONS_ALL_EXPEND_V, object_name:PA_ORGANIZATIONS_ALL_EXPEND_V, status:VALID, product: PA - Projects , description: View that shows the organizations that can be used as expenditure organization in Cross Charge Options Setup Form . , implementation_dba_data: APPS.PA_ORGANIZATIONS_ALL_EXPEND_V ,
-
Table: PA_EVENT_TYPE_OUS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENT_TYPE_OUS_ALL, object_name:PA_EVENT_TYPE_OUS_ALL, status:VALID, product: PA - Projects , description: Operating unit specific information for Event Types , implementation_dba_data: PA.PA_EVENT_TYPE_OUS_ALL ,
-
View: PA_GL_DR_EXCEPT_SUM_MRC_V
12.2.2
product: PA - Projects , description: pa_gl_dr_except_sum_mrc_v is a view that identifies the Draft Revenues that prevent a period from being closed , implementation_dba_data: Not implemented in this database ,
-
Table: PA_EXPENDITURE_TYPE_OUS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPE_OUS_ALL, object_name:PA_EXPENDITURE_TYPE_OUS_ALL, status:VALID, product: PA - Projects , description: Operating unit specific tax code information for expenditure types , implementation_dba_data: PA.PA_EXPENDITURE_TYPE_OUS_ALL ,
-
Table: PA_ORG_LABOR_SCH_RULE
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ORG_LABOR_SCH_RULE, object_name:PA_ORG_LABOR_SCH_RULE, status:VALID, product: PA - Projects , description: PA_ORG_LABOR_SCH_RULE stores labor costing rule and rate schedule assignments for organizations , implementation_dba_data: PA.PA_ORG_LABOR_SCH_RULE ,
-
View: PA_GL_DR_EXCEPT_SUM_MRC_V
12.1.1
product: PA - Projects , description: pa_gl_dr_except_sum_mrc_v is a view that identifies the Draft Revenues that prevent a period from being closed , implementation_dba_data: Not implemented in this database ,
-
View: PA_ORGANIZATIONS_EXP_ALL_BG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORGANIZATIONS_EXP_ALL_BG_V, object_name:PA_ORGANIZATIONS_EXP_ALL_BG_V, status:VALID, product: PA - Projects , description: View that shows all expenditure organizations for a buiseness group. , implementation_dba_data: APPS.PA_ORGANIZATIONS_EXP_ALL_BG_V ,
-
Table: PA_ORG_LABOR_SCH_RULE
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ORG_LABOR_SCH_RULE, object_name:PA_ORG_LABOR_SCH_RULE, status:VALID, product: PA - Projects , description: PA_ORG_LABOR_SCH_RULE stores labor costing rule and rate schedule assignments for organizations , implementation_dba_data: PA.PA_ORG_LABOR_SCH_RULE ,
-
View: PA_ORGANIZATIONS_EXP_ALL_BG_V_
12.1.1
product: PA - Projects , description: View that shows all expenditure organizations for a buiseness group. , implementation_dba_data: Not implemented in this database ,
-
View: PA_ORGANIZATIONS_EXP_ALL_BG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORGANIZATIONS_EXP_ALL_BG_V, object_name:PA_ORGANIZATIONS_EXP_ALL_BG_V, status:VALID, product: PA - Projects , description: View that shows all expenditure organizations for a buiseness group. , implementation_dba_data: APPS.PA_ORGANIZATIONS_EXP_ALL_BG_V ,
-
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_ORGANIZATIONS_EXP_ALL_BG_V_
12.2.2
product: PA - Projects , description: View that shows all expenditure organizations for a buiseness group. , implementation_dba_data: Not implemented in this database ,
-
View: PA_CUSTOMER_RECEIVER_PRJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_RECEIVER_PRJECTS_V, object_name:PA_CUSTOMER_RECEIVER_PRJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUSTOMER_RECEIVER_PRJECTS_V ,
-
View: PA_CC_TP_BILL_SCH_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_TP_BILL_SCH_ORG_V, object_name:PA_CC_TP_BILL_SCH_ORG_V, status:VALID, product: PA - Projects , description: PA_CC_TP_BILL_SCH_ORG_V provides bill schedule operating unit information within a business group , implementation_dba_data: APPS.PA_CC_TP_BILL_SCH_ORG_V ,
-
View: PA_PTE_EMPLOYEES_V
12.1.1
product: PA - Projects , description: View of valid employees used with Oracle Personal Time and Expense , implementation_dba_data: Not implemented in this database ,
-
View: PA_OPERATING_UNITS_V_R
12.1.1
product: PA - Projects , description: This view contains Operating Units defined in MO:Security Proifle and implemented Projects . , implementation_dba_data: Not implemented in this database ,
-
View: PA_OPERATING_UNITS_V_R
12.2.2
product: PA - Projects , description: This view contains Operating Units defined in MO:Security Proifle and implemented Projects . , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_DIST_LINES_ALL_MRC_V2R
12.1.1
product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_CUST_RDL_ALL_MRC_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_RDL_ALL_MRC_V2, object_name:PA_CUST_RDL_ALL_MRC_V2, status:VALID, product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: APPS.PA_CUST_RDL_ALL_MRC_V2 ,
-
View: PA_COST_DIST_LINES_ALL_MRC_V2
12.1.1
product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_DIST_LINES_ALL_MRC_V2R
12.2.2
product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_DIST_LINES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_ALL_MRC_V, object_name:PA_COST_DIST_LINES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: APPS.PA_COST_DIST_LINES_ALL_MRC_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_COST_DIST_LINES_ALL_MRC_V2
12.2.2
product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_DIST_LINES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_ALL_MRC_V, object_name:PA_COST_DIST_LINES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: APPS.PA_COST_DIST_LINES_ALL_MRC_V ,
-
View: PA_CUSTOMER_RECEIVER_PRJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_RECEIVER_PRJECTS_V, object_name:PA_CUSTOMER_RECEIVER_PRJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUSTOMER_RECEIVER_PRJECTS_V ,
-
View: PA_CC_TP_BILL_SCH_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_TP_BILL_SCH_ORG_V, object_name:PA_CC_TP_BILL_SCH_ORG_V, status:VALID, product: PA - Projects , description: PA_CC_TP_BILL_SCH_ORG_V provides bill schedule operating unit information within a business group , implementation_dba_data: APPS.PA_CC_TP_BILL_SCH_ORG_V ,
-
View: PA_PTE_EMPLOYEES_V
12.2.2
product: PA - Projects , description: View of valid employees used with Oracle Personal Time and Expense , implementation_dba_data: Not implemented in this database ,
-
View: PA_ORGANIZATIONS_PROJ_ALL_BG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORGANIZATIONS_PROJ_ALL_BG_V, object_name:PA_ORGANIZATIONS_PROJ_ALL_BG_V, status:VALID, product: PA - Projects , description: Brief Description: This view selects all project owning organizations both active and inactive ones across operating units for a buiseness group. Comprehensive Description : View of the organizations that can be used as owning organizations , implementation_dba_data: APPS.PA_ORGANIZATIONS_PROJ_ALL_BG_V ,
-
View: PA_XLA_REVENUE_LINES_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_LINES_ADJ_V, object_name:PA_XLA_REVENUE_LINES_ADJ_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_LINES_ADJ_V ,
-
View: PA_FP_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_PERIODS_V, object_name:PA_FP_PERIODS_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning webadi download to get all the planning periods detail. , implementation_dba_data: APPS.PA_FP_PERIODS_V ,