Search Results sy_orgn_mst_b
Overview
The SY_ORGN_MST_B table is the foundational organization code master table within Oracle E-Business Suite Process Manufacturing (GMA) modules. It serves as the central repository for defining and managing all operational entities, such as manufacturing plants, warehouses, and corporate divisions, that are critical for transactional and master data segregation. Its role is integral to the multi-organization architecture in EBS, enabling data partitioning and security by organization. The table's extensive foreign key relationships, as documented, demonstrate its pivotal position in linking organizational context to virtually all core Process Manufacturing transactions, configurations, and financial integrations.
Key Information Stored
While the full column list is not provided in the excerpt, the documented primary and foreign keys reveal the core data structure. Each record is uniquely identified by two primary keys: ORGN_CODE (a business identifier) and ORGANIZATION_ID (a system identifier, likely aligning with the standard INV_ORG_PARAMETERS table). Essential relational attributes include CO_CODE (company code), PARENT_ORGN_CODE (for hierarchical structures), ADDR_ID (link to address master), TEXT_CODE (for descriptive flexfields), and TAXLOC_CODE (for tax location). This structure supports complex organizational hierarchies and the attachment of supplementary business information.
Common Use Cases and Queries
This table is primarily accessed for organization validation, reporting segmentation, and as a driving table for setups. Common scenarios include generating a list of all organizations within a specific company code, validating an organization code during a data import, or joining to transactional data for organization-specific reporting. A typical query pattern involves joining SY_ORGN_MST_B to transactional tables using ORGN_CODE. For example, to report on adjustments by organization name, one might join to IC_ADJS_JNL:
- SELECT o.orgn_code, o.organization_id, COUNT(a.trans_id) FROM sy_orgn_mst_b o, ic_adjs_jnl a WHERE o.orgn_code = a.orgn_code GROUP BY o.orgn_code, o.organization_id;
Another critical use case is in data migration scripts, where this table is referenced to populate the ORGANIZATION_ID foreign key columns in various interface tables.
Related Objects
As evidenced by the extensive foreign key metadata, SY_ORGN_MST_B is a parent table to a vast array of Process Manufacturing objects. Key documented relationships include:
- Master Data & Setup: SY_ADDR_MST (ADDR_ID), SY_TEXT_HDR (TEXT_CODE), TX_TLOC_CDS (TAXLOC_CODE), GL_PLCY_MST (CO_CODE), FM_CONF_TBL (ORGN_CODE).
- Cost Management (CM): CM_BRDN_DTL, CM_RSRC_DTL, CM_WHSE_EFF, CM_WHSE_SRC (all on ORGN_CODE).
- Inventory Control (IC): IC_ADJS_JNL (ORGN_CODE, CO_CODE), IC_CLDR_HDR_B (ORGN_CODE).
- Formula & Recipe Management (GMD/GMP): GMD_TESTS_B, GMD_RECIPE_PROCESS_PARAMETERS (ORGN_CODE), GMP_FORM_EFF (PLANT_CODE).
- General Ledger Integration (GL): GL_ACCT_MAP, GL_ACCU_MAP, GL_ITEM_CST, GL_LEDG_MAP (all on ORGN_CODE).
These relationships confirm that SY_ORGN_MST_B is a cornerstone table for data integrity across the GMA product family, ensuring all transactions and master data are correctly associated with a valid operating unit.
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
APPS.GMD_NPD_MIGRATE dependencies on SY_ORGN_MST_B
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on SY_ORGN_MST_B
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on SY_ORGN_MST_B
12.2.2
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on SY_ORGN_MST_B
12.2.2
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on SY_ORGN_MST_B
12.1.1
-
APPS.GMD_NPD_MIGRATE dependencies on SY_ORGN_MST_B
12.2.2
-
APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on SY_ORGN_MST_B
12.1.1
-
APPS.INV_OPM_LOT_MIGRATION dependencies on SY_ORGN_MST_B
12.1.1
-
APPS.SY_ORGN_MST_PKG dependencies on SY_ORGN_MST_B
12.2.2
-
APPS.GMD_QC_MIG12 dependencies on SY_ORGN_MST_B
12.2.2
-
APPS.SY_ORGN_MST_PKG dependencies on SY_ORGN_MST_B
12.1.1
-
APPS.INV_OPM_LOT_MIGRATION dependencies on SY_ORGN_MST_B
12.2.2
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on SY_ORGN_MST_B
12.1.1
-
APPS.GMD_QC_MIG12 dependencies on SY_ORGN_MST_B
12.1.1
-
eTRM - GMA Tables and Views
12.2.2
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
eTRM - GMA Tables and Views
12.1.1
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
Table: SY_DOCS_SEQ
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_SEQ, object_name:SY_DOCS_SEQ, status:VALID, product: GMA - Process Manufacturing Systems , description: Document sequencing by organization. , implementation_dba_data: GMA.SY_DOCS_SEQ ,
-
Table: SY_DOCS_SEQ
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_SEQ, object_name:SY_DOCS_SEQ, status:VALID, product: GMA - Process Manufacturing Systems , description: Document sequencing by organization. , implementation_dba_data: GMA.SY_DOCS_SEQ ,
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on CR_RSRC_MST_B
12.1.1
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on CR_RSRC_DTL
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on SY_ORGN_MST
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on SY_ORGN_MST
12.2.2
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on IC_WHSE_MST
12.1.1
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on GL_PLCY_MST
12.1.1
-
VIEW: APPS.SY_ORGN_MST_B_DFV
12.1.1
-
VIEW: APPS.SY_ORGN_MST_B_DFV
12.2.2
-
APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on IC_WHSE_MST
12.1.1
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on GME_RESOURCE_TXNS
12.1.1
-
APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on IC_ITEM_MST_B
12.1.1
-
APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on MTL_SYSTEM_ITEMS_B
12.1.1
-
Table: MR_TRAN_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_TRAN_TBL, object_name:MR_TRAN_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP transactions. , implementation_dba_data: GMP.MR_TRAN_TBL ,
-
APPS.GMD_NPD_MIGRATE dependencies on SY_ORGN_MST
12.1.1
-
SYNONYM: APPS.SY_ORGN_MST_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_ORGN_MST_B, status:VALID,
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on GME_BATCH_STEP_RESOURCES
12.1.1
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on SY_UOMS_MST
12.1.1
-
SYNONYM: APPS.SY_ORGN_MST_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SY_ORGN_MST_B, status:VALID,
-
Table: IC_TRAN_CMP
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_CMP, object_name:IC_TRAN_CMP, status:VALID, product: GMI - Process Manufacturing Inventory , description: Completed inventory transactions , implementation_dba_data: GMI.IC_TRAN_CMP ,
-
Table: IC_ADJS_JNL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ADJS_JNL, object_name:IC_ADJS_JNL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory adjustment detail , implementation_dba_data: GMI.IC_ADJS_JNL ,
-
Table: IC_TRAN_ARC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_ARC, object_name:IC_TRAN_ARC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transaction archive , implementation_dba_data: GMI.IC_TRAN_ARC ,
-
APPS.GMD_NPD_MIGRATE dependencies on SY_ORGN_MST
12.2.2
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on GME_BATCH_STEPS
12.1.1
-
Table: IC_TRAN_CMP
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_CMP, object_name:IC_TRAN_CMP, status:VALID, product: GMI - Process Manufacturing Inventory , description: Completed inventory transactions , implementation_dba_data: GMI.IC_TRAN_CMP ,
-
Table: IC_ADJS_JNL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ADJS_JNL, object_name:IC_ADJS_JNL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory adjustment detail , implementation_dba_data: GMI.IC_ADJS_JNL ,
-
eTRM - GMA Tables and Views
12.1.1
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on GMP_RESOURCE_AVAIL
12.1.1
-
Table: MR_TRAN_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_TRAN_TBL, object_name:MR_TRAN_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP transactions. , implementation_dba_data: GMP.MR_TRAN_TBL ,
-
eTRM - GMA Tables and Views
12.2.2
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
Table: IC_TRAN_ARC
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_ARC, object_name:IC_TRAN_ARC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transaction archive , implementation_dba_data: GMI.IC_TRAN_ARC ,