Search Results pjm_org_parameters
Overview
The PJM_ORG_PARAMETERS table is a central control table within the Oracle E-Business Suite Project Manufacturing (PJM) module. It functions as the primary repository for organization-level configuration options and default values that govern how manufacturing and cost transactions are processed for project-related activities. Each record corresponds to a specific manufacturing organization, as defined in the Inventory module (MTL_PARAMETERS), enabling tailored project manufacturing policies per operational unit. Its role is critical for integrating manufacturing execution with project accounting, ensuring costs are correctly captured, classified, and reported against designated projects and tasks.
Key Information Stored
The table's primary key is ORGANIZATION_ID, which uniquely identifies the manufacturing organization. Beyond this identifier, the table stores numerous parameters that act as defaults and control switches. A significant portion of its columns are foreign keys to the PA_EXPENDITURE_TYPES table, defining the specific expenditure types used for various cost variances and charges in project accounting. These include, but are not limited to, Invoice Price Variance (IPV_EXPENDITURE_TYPE), Purchase Price Variance (PPV_EXPENDITURE_TYPE), and variances for Material (MAT_VAR_EXPENDITURE_TYPE), Overhead (OVH_VAR_EXPENDITURE_TYPE), and Resources (RES_VAR_EXPENDITURE_TYPE). Another key column is COMMON_PROJECT_ID, which links to PA_PROJECTS_ALL to designate a default project for unassigned transactions or common inventory.
Common Use Cases and Queries
This table is primarily referenced during transaction processing (e.g., WIP completions, cost updates) to determine the correct project accounting defaults. Common operational and reporting queries involve joining with inventory and project tables to validate or audit organization setup. A typical query retrieves all parameters for a given organization to review its project accounting linkages:
- SELECT pop.*, mp.organization_code FROM pjm_org_parameters pop, mtl_parameters mp WHERE pop.organization_id = mp.organization_id AND mp.organization_code = 'M1';
Another frequent use case is identifying organizations configured to use a specific default project or expenditure type, which is essential for troubleshooting cost collection errors or performing impact analysis before modifying master data.
Related Objects
The PJM_ORG_PARAMETERS table maintains integral relationships with several core EBS tables, primarily through foreign key constraints. Its central relationship is with MTL_PARAMETERS via the ORGANIZATION_ID column, anchoring it to the inventory organization. It is heavily linked to the Project Accounting module through foreign keys to PA_EXPENDITURE_TYPES for various cost types and to PA_PROJECTS_ALL for the common project. Furthermore, it is referenced as a parent table by other PJM control tables, including PJM_DEFAULT_TASKS and PJM_PROJECT_PARAMETERS, which store more granular task-level and project-level defaults, respectively, for the organization.
-
Table: PJM_ORG_PARAMETERS
12.1.1
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_ORG_PARAMETERS, object_name:PJM_ORG_PARAMETERS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing organization level control options and defaults , implementation_dba_data: PJM.PJM_ORG_PARAMETERS ,
-
Table: PJM_ORG_PARAMETERS
12.2.2
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_ORG_PARAMETERS, object_name:PJM_ORG_PARAMETERS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing organization level control options and defaults , implementation_dba_data: PJM.PJM_ORG_PARAMETERS ,
-
Table: PJM_DEFAULT_TASKS
12.2.2
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_DEFAULT_TASKS, object_name:PJM_DEFAULT_TASKS, status:VALID, product: PJM - Project Manufacturing , description: Task AutoAssignment Rules , implementation_dba_data: PJM.PJM_DEFAULT_TASKS ,
-
Table: PJM_DEFAULT_TASKS
12.1.1
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_DEFAULT_TASKS, object_name:PJM_DEFAULT_TASKS, status:VALID, product: PJM - Project Manufacturing , description: Task AutoAssignment Rules , implementation_dba_data: PJM.PJM_DEFAULT_TASKS ,
-
View: PJM_PROJECTS_MTLL_PV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_PV, object_name:PJM_PROJECTS_MTLL_PV, status:VALID, product: PJM - Project Manufacturing , description: Project only view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_PV ,
-
View: PJM_PROJECTS_MTLL_PSV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_PSV, object_name:PJM_PROJECTS_MTLL_PSV, status:VALID, product: PJM - Project Manufacturing , description: Project / seiban view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_PSV ,
-
View: PJM_TASKS_MXFR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_MXFR_V, object_name:PJM_TASKS_MXFR_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_TASKS_MXFR_V ,
-
View: PJM_TASKS_MXFR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_MXFR_V, object_name:PJM_TASKS_MXFR_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_TASKS_MXFR_V ,
-
View: PJM_PROJECTS_MTLL_PV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_PV, object_name:PJM_PROJECTS_MTLL_PV, status:VALID, product: PJM - Project Manufacturing , description: Project only view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_PV ,
-
View: PJMBV_PROJECT_MFG_ORGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMBV_PROJECT_MFG_ORGS, object_name:PJMBV_PROJECT_MFG_ORGS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Organization Setups , implementation_dba_data: APPS.PJMBV_PROJECT_MFG_ORGS ,
-
Table: PJM_PROJECT_PARAMETERS
12.1.1
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_PROJECT_PARAMETERS, object_name:PJM_PROJECT_PARAMETERS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing control and execution options for a project in an inventory organization , implementation_dba_data: PJM.PJM_PROJECT_PARAMETERS ,
-
View: PJMBV_PROJECT_MFG_ORGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMBV_PROJECT_MFG_ORGS, object_name:PJMBV_PROJECT_MFG_ORGS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Organization Setups , implementation_dba_data: APPS.PJMBV_PROJECT_MFG_ORGS ,
-
Table: PJM_PROJECT_PARAMETERS
12.2.2
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_PROJECT_PARAMETERS, object_name:PJM_PROJECT_PARAMETERS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing control and execution options for a project in an inventory organization , implementation_dba_data: PJM.PJM_PROJECT_PARAMETERS ,
-
View: PJM_PROJECTS_MTLL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_V, object_name:PJM_PROJECTS_MTLL_V, status:VALID, product: PJM - Project Manufacturing , description: Project / seiban view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_V ,
-
View: PJM_PROJECTS_MTLL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_V, object_name:PJM_PROJECTS_MTLL_V, status:VALID, product: PJM - Project Manufacturing , description: Project / seiban view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_V ,
-
View: PJM_PROJECTS_MTLL_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_SV, object_name:PJM_PROJECTS_MTLL_SV, status:VALID, product: PJM - Project Manufacturing , description: Seiban only view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_SV ,
-
View: PJM_PROJECTS_MTLL_SV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_SV, object_name:PJM_PROJECTS_MTLL_SV, status:VALID, product: PJM - Project Manufacturing , description: Seiban only view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_SV ,
-
View: PJM_PROJECTS_MTLL_PSV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_MTLL_PSV, object_name:PJM_PROJECTS_MTLL_PSV, status:VALID, product: PJM - Project Manufacturing , description: Project / seiban view for Project Locators , implementation_dba_data: APPS.PJM_PROJECTS_MTLL_PSV ,
-
View: PJM_REQ_COMMITMENTS_CMPRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_CMPRJ_V, object_name:PJM_REQ_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_CMPRJ_V ,
-
View: PJM_REQ_COMMITMENTS_CMPRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_CMPRJ_V, object_name:PJM_REQ_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_CMPRJ_V ,
-
View: PJM_ORG_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_ORG_PARAMETERS_V, object_name:PJM_ORG_PARAMETERS_V, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing organization level parameters , implementation_dba_data: APPS.PJM_ORG_PARAMETERS_V ,
-
View: PJMFV_PROJECT_MFG_ORGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMFV_PROJECT_MFG_ORGS, object_name:PJMFV_PROJECT_MFG_ORGS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Organization Setups , implementation_dba_data: APPS.PJMFV_PROJECT_MFG_ORGS ,
-
View: PJM_ORG_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_ORG_PARAMETERS_V, object_name:PJM_ORG_PARAMETERS_V, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing organization level parameters , implementation_dba_data: APPS.PJM_ORG_PARAMETERS_V ,
-
View: PJMFV_PROJECT_MFG_ORGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMFV_PROJECT_MFG_ORGS, object_name:PJMFV_PROJECT_MFG_ORGS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Organization Setups , implementation_dba_data: APPS.PJMFV_PROJECT_MFG_ORGS ,
-
View: PJM_PO_COMMITMENTS_CMPRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_CMPRJ_V, object_name:PJM_PO_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_CMPRJ_V ,
-
View: PJM_PO_COMMITMENTS_CMPRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_CMPRJ_V, object_name:PJM_PO_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_CMPRJ_V ,