Search Results sy_addr_mst
Overview
The SY_ADDR_MST table is the central address master repository within the Oracle Process Manufacturing (OPM) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. Owned by the GMA (Process Manufacturing Systems) schema, it functions as a single source of truth for all address data across the OPM suite. Its primary role is to eliminate data redundancy by storing address information once and allowing it to be referenced by a unique identifier (ADDR_ID) from numerous transactional and master tables throughout the system. This design ensures data integrity and consistency for business entities such as customers, vendors, warehouses, and organizations.
Key Information Stored
While the provided metadata does not list specific columns, the structure of SY_ADDR_MST is defined by its primary and foreign key relationships. The table's core identifier is the ADDR_ID column, which serves as the primary key (SY_ADDR_MST_PK). A typical OPM address master would also contain standard address attributes such as address lines (ADDR_LINE_1, ADDR_LINE_2, ADDR_LINE_3), city (CITY), state (STATE), postal code (ZIP), country (COUNTRY), and potentially contact names and phone numbers. The extensive list of foreign key relationships indicates that the table is designed to support a wide array of address types, including shipping, billing, mailing, and physical location addresses.
Common Use Cases and Queries
This table is integral to any process requiring address lookup or validation. Common use cases include generating shipping documents, customer and vendor communications, tax calculations, and logistics planning. A frequent query pattern involves joining SY_ADDR_MST to a transactional table to retrieve a complete address for a record. For example, to find the ship-to address for a specific sales order, one would join OP_ORDR_HDR to SY_ADDR_MST. The user's search for "op_fobc_mst" is directly relevant, as OP_FOBC_MST (likely FOB or Freight-On-Board master) references SY_ADDR_MST via its ADDR_ID column, possibly to define a location associated with shipping terms.
SELECT oh.ordr_no, oh.ordr_id, a.*
FROM op_ordr_hdr oh,
sy_addr_mst a
WHERE oh.shipaddr_id = a.addr_id
AND oh.ordr_no = '123456';
Related Objects
SY_ADDR_MST is a foundational table with extensive dependencies across OPM and integrated EBS modules. As documented, its foreign key relationships span several key functional areas:
- Sales & Distribution (OP_*): Customer master (OP_CUST_MST, OP_CUST_MST_OPM), order headers and details (OP_ORDR_HDR, OP_ORDR_DTL), shipments (OP_SHIP_MST), and salespersons (OP_SLSR_MST).
- Procurement (PO_*): Vendor master (PO_VEND_MST), purchase order headers and details (PO_ORDR_HDR, PO_ORDR_DTL), and receipts (PO_RECV_DTL).
- Inventory & Logistics (IC_*, GR_*): Warehouse master (IC_WHSE_MST) and recipient addresses (GR_RECIPIENT_ADDRESSES).
- General Administration (SY_*): Organization master (SY_ORGN_MST, SY_ORGN_MST_B).
The table referenced in the user's search, OP_FOBC_MST, is one of these related objects, confirming SY_ADDR_MST's role in defining geographical points for trade terms.
-
Table: SY_ADDR_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
Table: SY_ADDR_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ADDR_MST, object_name:SY_ADDR_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: OPM Address master. Table which stores addresses for all Oracle Process , implementation_dba_data: GMA.SY_ADDR_MST ,
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on SY_ADDR_MST
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on SY_ADDR_MST
12.2.2
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on SY_ADDR_MST
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on SY_ADDR_MST
12.1.1
-
APPS.GMF_GLSYNCH dependencies on SY_ADDR_MST
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on SY_ADDR_MST
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on SY_ADDR_MST
12.2.2
-
APPS.GMF_GLSYNCH dependencies on SY_ADDR_MST
12.2.2
-
eTRM - GMA Tables and Views
12.1.1
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
eTRM - GMA Tables and Views
12.2.2
description: Table for associating Units of Measure and UOM Types. Not yet used. ,
-
VIEW: APPS.SY_ADDR_MST_VW1
12.2.2
-
VIEW: APPS.SY_ADDR_MST_VW1
12.1.1
-
VIEW: GMA.SY_ADDR_MST#
12.2.2
owner:GMA, object_type:VIEW, object_name:SY_ADDR_MST#, status:VALID,
-
View: SY_ADDR_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_V, object_name:SY_ADDR_MST_V, status:VALID, product: GMA - Process Manufacturing Systems , description: View of sy_addr_mst for OPM OF customers , implementation_dba_data: APPS.SY_ADDR_MST_V ,
-
View: SY_ADDR_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_V, object_name:SY_ADDR_MST_V, status:VALID, product: GMA - Process Manufacturing Systems , description: View of sy_addr_mst for OPM OF customers , implementation_dba_data: APPS.SY_ADDR_MST_V ,
-
SYNONYM: APPS.SY_ADDR_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SY_ADDR_MST, status:VALID,
-
SYNONYM: APPS.SY_ADDR_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_ADDR_MST, status:VALID,
-
Table: OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
VIEW: APPS.SY_ADDR_MST_V
12.2.2
-
Table: OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
VIEW: APPS.SY_ADDR_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_V, object_name:SY_ADDR_MST_V, status:VALID,
-
VIEW: GMA.SY_ADDR_MST#
12.2.2
-
VIEW: APPS.SY_ADDR_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_V, object_name:SY_ADDR_MST_V, status:VALID,
-
Table: PO_VEND_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
Table: PO_VEND_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
VIEW: APPS.SY_ADDR_MST_V
12.1.1
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GML_GPOAO_ORDERS_V
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on GR_ORGANIZATION_CONTACTS
12.1.1
-
View: SY_ADDR_MST_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_VW1, object_name:SY_ADDR_MST_VW1, status:VALID, product: GMA - Process Manufacturing Systems , description: View of ADDR_ID + first two lines of the address , implementation_dba_data: APPS.SY_ADDR_MST_VW1 ,
-
APPS.GMF_GLSYNCH dependencies on GEM5_ADDRESS_ID_S
12.1.1
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GML_GPOAO_ORDERS_V
12.1.1
-
Table: GR_RECIPIENT_ADDRESSES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RECIPIENT_ADDRESSES, object_name:GR_RECIPIENT_ADDRESSES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains multiple address information for the customer. , implementation_dba_data: GR.GR_RECIPIENT_ADDRESSES ,
-
Table: OP_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
Table: OP_LKBX_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_LKBX_MST, object_name:OP_LKBX_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Lockbox codes. , implementation_dba_data: GML.OP_LKBX_MST ,
-
TABLE: GML.OP_CUST_MST_INT
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_INT, object_name:OP_CUST_MST_INT, status:VALID,
-
TABLE: GML.OP_CUST_MST_INT
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_INT, object_name:OP_CUST_MST_INT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
View: SY_ADDR_MST_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.SY_ADDR_MST_VW1, object_name:SY_ADDR_MST_VW1, status:VALID, product: GMA - Process Manufacturing Systems , description: View of ADDR_ID + first two lines of the address , implementation_dba_data: APPS.SY_ADDR_MST_VW1 ,
-
Table: OP_BILL_LAD
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_BILL_LAD, object_name:OP_BILL_LAD, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for a shipment. , implementation_dba_data: GML.OP_BILL_LAD ,
-
Table: TX_TAXA_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_MST, object_name:TX_TAXA_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax Authorities. , implementation_dba_data: GML.TX_TAXA_MST ,
-
12.2.2 DBA Data
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on GR_ORGANIZATION_CONTACTS
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMF_GLSYNCH dependencies on GEM5_ADDRESS_ID_S
12.2.2
-
VIEW: APPS.GML_GASNO_SHIPMENTS_V
12.2.2
-
Table: PO_RTRN_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RTRN_HDR, object_name:PO_RTRN_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Return header. , implementation_dba_data: GML.PO_RTRN_HDR ,