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 ,
-
APPS.PA_FUND_REVAL_UTIL dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_BUDGET_CORE dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_DATE_RANGE_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_BGT_BASELINE_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_FP_SPREAD_AMTS_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_DATE_RANGE_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_UTILS dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_COST dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_PERIODS_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_FP_GEN_PUB dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_XLA_SWEEP_TXN_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_PAXPRCON_XMLP_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PJI_EXTRACTION_UTIL dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_FI_AMT_CALC_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_ORG_UTILS dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_CLIENT_EXT_FV_BUDGET_INT dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_FIN_PLAN_CREATE_VER_GLOBAL dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_CAP_INT_PVT dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_FP_MAINTAIN_ACTUAL_PUB dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PJM_TRANSFER_CHARGES_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_UTILS dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.GMS_SWEEPER dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_MULTI_CURRENCY_TXN dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_TASK_ASSIGNMENTS_PVT dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_TRX_IMPORT dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_MOAC_UTILS dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_REVERSE_COSTED_LAB dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_ASSIGNMENTS_PUB dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_PLAN_MATRIX dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PJM_UTILS dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_CUSTOMERS_CONTACTS_UTILS dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_CAP_INT_PVT dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_BUDGET_PVT dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_OPPORTUNITY_MGT_PVT dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.GMS_COST_PLUS_EXTN dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_INTEGRATION dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_CC_BL_PROCESS dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_IMP dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_RES_MANAGEMENT_AMG_PUB dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_MOAC_UTILS dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
APPS.PA_FP_GEN_BILLING_AMOUNTS dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PSP_GENERAL dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_FUND_REVAL_UTIL dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2