Search Results pjm_seiban_numbers
Overview
The table PJM_SEIBAN_NUMBERS is a core data object within the Project Manufacturing (PJM) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for Seiban numbers, a critical concept in project-centric manufacturing. A Seiban number, or project number, is a unique identifier used to tag, track, and segregate all materials, components, work orders, and costs associated with a specific manufacturing project or customer order. This table's primary role is to define and maintain the valid list of these project identifiers, enabling the system to enforce project-level control and visibility throughout the manufacturing and supply chain processes.
Key Information Stored
While the provided ETRM metadata does not list all columns, the documented primary and foreign key relationships establish the foundational data structure. The table's primary key is the PROJECT_ID column, which stores the unique identifier for each Seiban number. This is the key value referenced throughout the manufacturing lifecycle. Based on standard PJM data models, this table typically also stores descriptive information for each project, such as the project name, status, start and end dates, and associated project attributes that govern manufacturing and costing rules. The existence of a primary key constraint (PJM_SEIBAN_NUMBERS_PK) on PROJECT_ID ensures data integrity and uniqueness for all Seiban definitions.
Common Use Cases and Queries
This table is central to reporting and transactional integrity in project manufacturing environments. Common use cases include validating a Seiban number during sales order entry or work order creation, generating project-specific material requirement reports, and reconciling project costs. A fundamental query involves joining this table to transaction data to report on all activities for a given project. For example, to list all active Seiban numbers, a query might be: SELECT project_id, name FROM pjm_seiban_numbers WHERE NVL(disable_date, SYSDATE+1) > SYSDATE;. Another critical pattern is using this table as a filter or lookup in reports joining to tables like WIP_DISCRETE_JOBS or MTL_MATERIAL_TRANSACTIONS to analyze project-specific production or material movements.
Related Objects
The documented foreign key relationship explicitly defines a key dependency for this table. The PJM_PROJECT_PARAMETERS table references PJM_SEIBAN_NUMBERS via its PROJECT_ID column. This relationship means that project-specific manufacturing parameters (PJM_PROJECT_PARAMETERS) cannot be defined without a valid, pre-existing Seiban number in the PJM_SEIBAN_NUMBERS table. This enforces referential integrity, ensuring that all configured projects are based on master Seiban definitions. In practice, this table is also extensively referenced by numerous other PJM and manufacturing tables (such as those for costs, schedules, and allocations) that use PROJECT_ID as a key dimension, though those specific relationships are not detailed in the provided excerpt.
-
Table: PJM_SEIBAN_NUMBERS
12.1.1
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_SEIBAN_NUMBERS, object_name:PJM_SEIBAN_NUMBERS, status:VALID, product: PJM - Project Manufacturing , description: Seiban Numbers , implementation_dba_data: PJM.PJM_SEIBAN_NUMBERS ,
-
Table: PJM_SEIBAN_NUMBERS
12.2.2
owner:PJM, object_type:TABLE, fnd_design_data:PJM.PJM_SEIBAN_NUMBERS, object_name:PJM_SEIBAN_NUMBERS, status:VALID, product: PJM - Project Manufacturing , description: Seiban Numbers , implementation_dba_data: PJM.PJM_SEIBAN_NUMBERS ,
-
View: PJMBV_SEIBAN_NUMBERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMBV_SEIBAN_NUMBERS, object_name:PJMBV_SEIBAN_NUMBERS, status:VALID, product: PJM - Project Manufacturing , description: Seiban Numbers , implementation_dba_data: APPS.PJMBV_SEIBAN_NUMBERS ,
-
View: PJMFV_SEIBAN_NUMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMFV_SEIBAN_NUMBERS, object_name:PJMFV_SEIBAN_NUMBERS, status:VALID, product: PJM - Project Manufacturing , description: Seiban Numbers , implementation_dba_data: APPS.PJMFV_SEIBAN_NUMBERS ,
-
View: PJM_PROJECT_PROJ_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_PROJ_BASIC_V, object_name:PJM_PROJECT_PROJ_BASIC_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_PROJECT_PROJ_BASIC_V ,
-
View: PJM_PROJECT_PROJ_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_PROJ_BASIC_V, object_name:PJM_PROJECT_PROJ_BASIC_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_PROJECT_PROJ_BASIC_V ,
-
View: PJM_PROJECT_SEIBAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_SEIBAN_V, object_name:PJM_PROJECT_SEIBAN_V, status:VALID, product: PJM - Project Manufacturing , description: Seiban information for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_SEIBAN_V ,
-
View: PJM_PROJECT_SEIBAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_SEIBAN_V, object_name:PJM_PROJECT_SEIBAN_V, status:VALID, product: PJM - Project Manufacturing , description: Seiban information for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_SEIBAN_V ,
-
View: PJMFV_SEIBAN_NUMBERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMFV_SEIBAN_NUMBERS, object_name:PJMFV_SEIBAN_NUMBERS, status:VALID, product: PJM - Project Manufacturing , description: Seiban Numbers , implementation_dba_data: APPS.PJMFV_SEIBAN_NUMBERS ,
-
View: PJMBV_SEIBAN_NUMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMBV_SEIBAN_NUMBERS, object_name:PJMBV_SEIBAN_NUMBERS, status:VALID, product: PJM - Project Manufacturing , description: Seiban Numbers , implementation_dba_data: APPS.PJMBV_SEIBAN_NUMBERS ,
-
View: PJMBV_PROJECT_MFG_PROJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMBV_PROJECT_MFG_PROJECTS, object_name:PJMBV_PROJECT_MFG_PROJECTS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Projects , implementation_dba_data: APPS.PJMBV_PROJECT_MFG_PROJECTS ,
-
View: PJMFV_PROJECT_MFG_PROJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMFV_PROJECT_MFG_PROJECTS, object_name:PJMFV_PROJECT_MFG_PROJECTS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Projects , implementation_dba_data: APPS.PJMFV_PROJECT_MFG_PROJECTS ,
-
View: PJM_PROJECTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_ALL_V, object_name:PJM_PROJECTS_ALL_V, status:VALID, product: PJM - Project Manufacturing , description: All Project / Seiban view , implementation_dba_data: APPS.PJM_PROJECTS_ALL_V ,
-
View: PJM_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_V, object_name:PJM_PROJECTS_V, status:VALID, product: PJM - Project Manufacturing , description: All Project / Seiban view , implementation_dba_data: APPS.PJM_PROJECTS_V ,
-
View: PJMFV_PROJECT_MFG_PROJECTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMFV_PROJECT_MFG_PROJECTS, object_name:PJMFV_PROJECT_MFG_PROJECTS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Projects , implementation_dba_data: APPS.PJMFV_PROJECT_MFG_PROJECTS ,
-
View: PJM_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_V, object_name:PJM_PROJECTS_V, status:VALID, product: PJM - Project Manufacturing , description: All Project / Seiban view , implementation_dba_data: APPS.PJM_PROJECTS_V ,
-
View: PJMBV_PROJECT_MFG_PROJECTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJMBV_PROJECT_MFG_PROJECTS, object_name:PJMBV_PROJECT_MFG_PROJECTS, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Projects , implementation_dba_data: APPS.PJMBV_PROJECT_MFG_PROJECTS ,
-
View: PJM_PROJECTS_ALL_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_ALL_OU_V, object_name:PJM_PROJECTS_ALL_OU_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_PROJECTS_ALL_OU_V ,
-
View: PJM_PROJECTS_ALL_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_ALL_OU_V, object_name:PJM_PROJECTS_ALL_OU_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_PROJECTS_ALL_OU_V ,
-
View: PJM_PROJECTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_ALL_V, object_name:PJM_PROJECTS_ALL_V, status:VALID, product: PJM - Project Manufacturing , description: All Project / Seiban view , implementation_dba_data: APPS.PJM_PROJECTS_ALL_V ,
-
View: PJM_SEIBAN_NUMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_SEIBAN_NUMBERS_V, object_name:PJM_SEIBAN_NUMBERS_V, status:VALID, product: PJM - Project Manufacturing , description: Seiban number view , implementation_dba_data: APPS.PJM_SEIBAN_NUMBERS_V ,
-
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: PJM_SEIBAN_NUMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_SEIBAN_NUMBERS_V, object_name:PJM_SEIBAN_NUMBERS_V, status:VALID, product: PJM - Project Manufacturing , description: Seiban number view , implementation_dba_data: APPS.PJM_SEIBAN_NUMBERS_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 ,
-
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_ORG_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_ORG_OU_V, object_name:PJM_PROJECTS_ORG_OU_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_PROJECTS_ORG_OU_V ,
-
View: PJM_PROJECTS_ORG_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECTS_ORG_OU_V, object_name:PJM_PROJECTS_ORG_OU_V, status:VALID, product: PJM - Project Manufacturing , implementation_dba_data: APPS.PJM_PROJECTS_ORG_OU_V ,
-
View: PJM_PROJECT_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_PROJ_V, object_name:PJM_PROJECT_PROJ_V, status:VALID, product: PJM - Project Manufacturing , description: Combined project and seiban information for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_PROJ_V ,
-
View: PJM_PROJECT_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_PROJ_V, object_name:PJM_PROJECT_PROJ_V, status:VALID, product: PJM - Project Manufacturing , description: Combined project and seiban information for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_PROJ_V ,
-
View: PJM_PROJECT_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_PARAMETERS_V, object_name:PJM_PROJECT_PARAMETERS_V, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Project Parameters view. , implementation_dba_data: APPS.PJM_PROJECT_PARAMETERS_V ,
-
View: PJM_PROJECT_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_PARAMETERS_V, object_name:PJM_PROJECT_PARAMETERS_V, status:VALID, product: PJM - Project Manufacturing , description: Project Manufacturing Project Parameters view. , implementation_dba_data: APPS.PJM_PROJECT_PARAMETERS_V ,