Search Results sy_orgn_mst
Overview
The SY_ORGN_MST table serves as the central organization code master within the Oracle E-Business Suite Process Manufacturing (GMA) module. It functions as a foundational data repository that defines and stores the hierarchical and operational structure of business entities, such as companies, plants, warehouses, and departments. Its primary role is to provide a normalized reference for organizational units across the manufacturing and financial suites, ensuring data integrity and enabling transactional processing, cost accounting, and reporting to be correctly scoped and attributed to the appropriate legal or operational entity. The table's critical importance is evidenced by its extensive foreign key relationships with numerous transactional and control tables across the GMA, Inventory (INV), Cost Management (CM), and General Ledger (GL) applications.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and foreign key structures reveal the core data elements. The table is uniquely identified by two primary keys: ORGN_CODE (a legacy or application-specific identifier) and ORGANIZATION_ID (typically aligning with the standard Oracle Inventory ORG_ORGANIZATION_DEFINITIONS table). Essential relational attributes include CO_CODE for the owning company, PARENT_ORGN_CODE for defining organizational hierarchies, and ADDR_ID for physical location linkage. Additional descriptive and control data is referenced via foreign keys to TEXT_CODE (SY_TEXT_HDR) for notes and TAXLOC_CODE (TX_TLOC_CDS) for tax jurisdiction.
Common Use Cases and Queries
This table is central to organization-centric reporting and data validation. Common operational scenarios include validating transaction postings, generating organizational hierarchy reports, and ensuring setup completeness for new entities. Sample SQL patterns often involve joining to transactional tables or resolving organization descriptions.
- Hierarchy Resolution: A recursive query or CONNECT BY statement using
PARENT_ORGN_CODEto list all child organizations under a specific company (CO_CODE). - Transaction Validation: Joining SY_ORGN_MST to a transactional table like IC_TRAN_PND to verify that the
ORGN_CODEon a pending transaction is valid and active. - Setup Reporting: A left outer join from SY_ORGN_MST to key setup tables (e.g., GL_PLCY_MST on
CO_CODE) to identify organizations missing critical configuration.
Related Objects
SY_ORGN_MST has a vast network of dependencies, as shown in the foreign key metadata. Key relationships are categorized below:
- Master Data References: SY_ADDR_MST (address), SY_TEXT_HDR (descriptive text), SY_DOCS_SEQ (document sequencing).
- Self-Referential Hierarchy: SY_ORGN_MST itself, via
CO_CODEandPARENT_ORGN_CODE. - Core Manufacturing & Costing: CM_CLDR_HDR (calendar), CM_RSRC_DTL (resources), FM_FORM_EFF (formula efficacy), GMP_FORM_EFF (process manufacturing plant data).
- Inventory Management: IC_CLDR_HDR (inventory calendar), IC_TRAN_PND (pending transactions), IC_PLNT_INV (plant inventory), IC_JRNL_MST (journals).
- Financial Integration: GL_PLCY_MST (accounting policies), GL_ACCT_MAP (account mapping), GL_ITEM_CST (item costs).
The specific relationship to the user's searched object, IC_CLDR_HDR, is explicitly documented: SY_ORGN_MST.ORGN_CODE is referenced by IC_CLDR_HDR.ORGN_CODE, linking an inventory calendar to its governing organization.
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMF_VALIDATIONS_PVT dependencies on SY_ORGN_MST
12.2.2
-
APPS.GMICVAL dependencies on SY_ORGN_MST
12.2.2
-
APPS.GR_COVER_LETTERS_B_PKG dependencies on SY_ORGN_MST
12.2.2
-
APPS.OPI_PMI_IDS_SUMMARY dependencies on SY_ORGN_MST
12.1.1
-
APPS.OPI_EDW_INV_DAILY_STAT_FOPM_SZ dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMI_RESERVATION_PVT dependencies on SY_ORGN_MST
12.2.2
-
APPS.GMDQC0_WF_P dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_ORPLRPJ_XMLP_PKG dependencies on SY_ORGN_MST
12.1.1
-
APPS.PO_GML_DB_COMMON dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMIVDX dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_OPM_ROI_GRP dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_ORUARPJ_XMLP_PKG dependencies on SY_ORGN_MST
12.2.2
-
APPS.GMF_CMCOMMON dependencies on SY_ORGN_MST
12.2.2
-
APPS.GML_RIBOL_XMLP_PKG dependencies on SY_ORGN_MST
12.2.2
-
APPS.OPI_PMI_COST dependencies on SY_ORGN_MST
12.1.1
-
APPS.RCV_DATES_S dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMI_RESERVATION_PVT dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on SY_ORGN_MST
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMI_AUTO_ALLOC_BATCH_PKG dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMICCAL dependencies on SY_ORGN_MST
12.2.2
-
APPS.PO_GML_DB_COMMON dependencies on SY_ORGN_MST
12.2.2
-
APPS.PMI_SALES_PKG dependencies on SY_ORGN_MST
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMF_VALIDATIONS_PVT dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMA_VALID_GRP dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_PO_GLDIST dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMI_MOVE_ORDER_LINE_UTIL dependencies on SY_ORGN_MST
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMF_MIGRATION dependencies on SY_ORGN_MST
12.1.1
-
APPS.GR_COVER_LETTERS_B_PKG dependencies on SY_ORGN_MST
12.1.1
-
APPS.OPI_DBI_INV_VALUE_OPM_INIT_PKG dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMA_MIGRATION_PUB dependencies on SY_ORGN_MST
12.1.1
-
APPS.INV_GMI_RSV_BRANCH dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMIVQTY dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on SY_ORGN_MST
12.1.1
-
APPS.GR_OTHER_NAMES_TL_PKG dependencies on SY_ORGN_MST
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on SY_ORGN_MST
12.2.2
-
APPS.GMF_GET_MAPPINGS dependencies on SY_ORGN_MST
12.2.2
-
APPS.PMI_PRODUCTION_SUM dependencies on SY_ORGN_MST
12.2.2
-
APPS.GMA_VALID_GRP dependencies on SY_ORGN_MST
12.1.1
-
APPS.EDW_MTL_INVENTORY_LOC_M_SZ dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMI_RESERVATION_UTIL dependencies on SY_ORGN_MST
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on SY_ORGN_MST
12.2.2
-
APPS.PMI_SALES_PKG dependencies on SY_ORGN_MST
12.2.2
-
APPS.GR_ORGANIZATION_CONTACTS_PKG dependencies on SY_ORGN_MST
12.2.2
-
APPS.GMD_LAB_ORGN_MIGRATION dependencies on SY_ORGN_MST
12.2.2