Search Results po_un_numbers_b
Overview
The PO_UN_NUMBERS_B table is a core reference table within the Oracle E-Business Suite Purchasing (PO) module, versions 12.1.1 and 12.2.2. It serves as the master repository for United Nations (UN) numbers, which are internationally recognized four-digit codes used to identify hazardous substances and articles during transportation. This table's primary role is to provide a standardized, validated list of UN numbers that can be associated with items and purchasing documents to ensure compliance with safety regulations and accurate material classification for logistics and handling purposes.
Key Information Stored
While the provided metadata does not list specific columns beyond the keys, the table's structure is designed to catalog UN number definitions. The primary column is UN_NUMBER_ID, which serves as the unique internal primary key (PO_UN_NUMBERS_B_PK). A critical attribute is the HAZARD_CLASS_ID, a foreign key linking to the PO_HAZARD_CLASSES_B table, which classifies the type of hazard associated with the UN number (e.g., flammable liquids, toxic substances). The table likely contains columns for the UN number code itself (e.g., '1263' for Paint), a description, and standard audit columns such as CREATION_DATE and LAST_UPDATE_DATE. This structure centralizes hazardous material identification data for consistent application across the supply chain.
Common Use Cases and Queries
A primary use case is the association of a UN number with an item in the Inventory module, enabling automatic propagation of hazard information to purchasing and shipping documents. Common queries involve joining this table to item or purchase order data for compliance reporting. For instance, to list all inventory items with their associated UN number and hazard class, a query would join MTL_SYSTEM_ITEMS_B to PO_UN_NUMBERS_B and then to PO_HAZARD_CLASSES_B. Another critical scenario is validating UN numbers during the requisition or purchase order entry process via the interface tables (PO_REQUISITIONS_INTERFACE_ALL, PO_LINES_ALL). Sample SQL to find UN numbers for active purchase order lines would be: SELECT pol.line_num, pol.item_description, un.* FROM po_lines_all pol JOIN po_un_numbers_b un ON pol.un_number_id = un.un_number_id WHERE pol.po_header_id = :p_po_id;
Related Objects
The PO_UN_NUMBERS_B table is integral to the hazardous material data model, with documented relationships to several key tables. It references the PO_HAZARD_CLASSES_B table via its HAZARD_CLASS_ID column. More significantly, it is referenced as a parent table by multiple core transaction tables, establishing its role as a master source. These referencing tables and their join columns are:
- MTL_SYSTEM_ITEMS_B.UN_NUMBER_ID
- PO_LINES_ARCHIVE_ALL.UN_NUMBER_ID
- PO_LINES_ALL.UN_NUMBER_ID
- PO_REQUISITIONS_INTERFACE_ALL.UN_NUMBER_ID
- PO_REQUISITION_LINES_ALL.UN_NUMBER_ID
-
Table: PO_UN_NUMBERS_B
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_UN_NUMBERS_B, object_name:PO_UN_NUMBERS_B, status:VALID, product: PO - Purchasing , description: United Nations numbers , implementation_dba_data: PO.PO_UN_NUMBERS_B ,
-
Table: PO_UN_NUMBERS_B
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_UN_NUMBERS_B, object_name:PO_UN_NUMBERS_B, status:VALID, product: PO - Purchasing , description: United Nations numbers , implementation_dba_data: PO.PO_UN_NUMBERS_B ,
-
APPS.PO_UN_NUMBERS_PKG dependencies on PO_UN_NUMBERS_B
12.1.1
-
APPS.PO_UN_NUMBERS_PKG dependencies on PO_UN_NUMBERS_B
12.2.2
-
SYNONYM: APPS.PO_UN_NUMBERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_UN_NUMBERS_B, status:VALID,
-
VIEW: PO.PO_UN_NUMBERS_B#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_UN_NUMBERS_B#, status:VALID,
-
VIEW: APPS.PO_UN_NUMBERS_VL
12.2.2
-
APPS.PO_UN_NUMBERS_PKG SQL Statements
12.2.2
-
VIEW: APPS.PO_UN_NUMBERS_B_DFV
12.1.1
-
VIEW: APPS.PO_UN_NUMBERS_B_DFV
12.2.2
-
SYNONYM: APPS.PO_UN_NUMBERS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_UN_NUMBERS_B, status:VALID,
-
APPS.PO_UN_NUMBERS_PKG SQL Statements
12.1.1
-
VIEW: APPS.PO_UN_NUMBERS_VL
12.1.1
-
Table: PO_HAZARD_CLASSES_B
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HAZARD_CLASSES_B, object_name:PO_HAZARD_CLASSES_B, status:VALID, product: PO - Purchasing , description: Hazardous classes , implementation_dba_data: PO.PO_HAZARD_CLASSES_B ,
-
APPS.PO_UN_NUMBERS_PKG dependencies on DUAL
12.2.2
-
VIEW: PO.PO_UN_NUMBERS_B#
12.2.2
-
Table: PO_LINES_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ARCHIVE_ALL, object_name:PO_LINES_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order lines , implementation_dba_data: PO.PO_LINES_ARCHIVE_ALL ,
-
TABLE: PO.PO_UN_NUMBERS_B
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_UN_NUMBERS_B, object_name:PO_UN_NUMBERS_B, status:VALID,
-
View: PO_UN_NUMBERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_UN_NUMBERS_VL, object_name:PO_UN_NUMBERS_VL, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_UN_NUMBERS_VL ,
-
APPS.PO_UN_NUMBERS_PKG dependencies on PO_UN_NUMBERS_S
12.2.2
-
TABLE: PO.PO_UN_NUMBERS_B
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_UN_NUMBERS_B, object_name:PO_UN_NUMBERS_B, status:VALID,
-
APPS.PO_UN_NUMBERS_PKG dependencies on PO_UN_NUMBERS_S
12.1.1
-
APPS.PO_UN_NUMBERS_PKG dependencies on DUAL
12.1.1
-
Table: PO_LINES_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ARCHIVE_ALL, object_name:PO_LINES_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order lines , implementation_dba_data: PO.PO_LINES_ARCHIVE_ALL ,
-
Table: PO_HAZARD_CLASSES_B
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HAZARD_CLASSES_B, object_name:PO_HAZARD_CLASSES_B, status:VALID, product: PO - Purchasing , description: Hazardous classes , implementation_dba_data: PO.PO_HAZARD_CLASSES_B ,
-
PACKAGE BODY: APPS.PO_UN_NUMBERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PO_UN_NUMBERS_PKG, status:VALID,
-
Table: PO_LINES_DRAFT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_DRAFT_ALL, object_name:PO_LINES_DRAFT_ALL, status:VALID, product: PO - Purchasing , description: Draft table for purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_DRAFT_ALL ,
-
VIEW: APPS.PO_UN_NUMBERS_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PO_UN_NUMBERS_B_DFV, status:VALID,
-
PACKAGE BODY: APPS.PO_UN_NUMBERS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PO_UN_NUMBERS_PKG, status:VALID,
-
VIEW: APPS.PO_UN_NUMBERS_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PO_UN_NUMBERS_B_DFV, status:VALID,
-
PACKAGE BODY: APPS.PO_UN_NUMBERS_PKG
12.2.2
-
PACKAGE BODY: APPS.PO_UN_NUMBERS_PKG
12.1.1
-
View: PO_UN_NUMBERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_UN_NUMBERS_VL, object_name:PO_UN_NUMBERS_VL, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_UN_NUMBERS_VL ,
-
12.1.1 FND Design Data
12.1.1
-
View: ECE_POCO_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_LINES_V, object_name:ECE_POCO_LINES_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts line informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Line View@rep:category BUSINESS_ENTITY PO_PURCHA , implementation_dba_data: APPS.ECE_POCO_LINES_V ,
-
View: ECE_POO_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_LINES_V, object_name:ECE_POO_LINES_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts line information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO* @rep:lifecycle active* @rep:displayname Purchase Order Line View* @rep:category BUSINESS_ENTITY PO_PUR , implementation_dba_data: APPS.ECE_POO_LINES_V ,
-
APPS.PO_UN_NUMBERS_PKG dependencies on PO_UN_NUMBERS_TL
12.1.1
-
APPS.PO_UN_NUMBERS_PKG dependencies on PO_UN_NUMBERS_TL
12.2.2
-
VIEW: APPS.ECE_POCO_LINES_V
12.2.2
-
VIEW: APPS.ECE_POO_LINES_V
12.1.1
-
Table: PO_REQUISITION_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
Table: PO_REQUISITION_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
Table: PO_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
VIEW: APPS.ECE_POO_LINES_V
12.2.2
-
VIEW: APPS.ECE_POCO_LINES_V
12.1.1
-
Table: PO_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
View: ECE_POO_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_LINES_V, object_name:ECE_POO_LINES_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts line information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO* @rep:lifecycle active* @rep:displayname Purchase Order Line View* @rep:category BUSINESS_ENTITY PO_PUR , implementation_dba_data: APPS.ECE_POO_LINES_V ,
-
View: ECE_POCO_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_LINES_V, object_name:ECE_POCO_LINES_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts line informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Line View@rep:category BUSINESS_ENTITY PO_PURCHA , implementation_dba_data: APPS.ECE_POCO_LINES_V ,