Search Results po_recv_hdr
Overview
The PO_RECV_HDR table is a core data object within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as the primary receipt header table, storing high-level transactional and logistical information for material receipts. Each record represents a distinct receipt document, serving as the parent entity for detailed receipt line information. Its role is central to the inbound logistics and procurement processes, providing the foundational header data that links to vendor, shipping, organizational, and financial details.
Key Information Stored
The table's structure captures comprehensive receipt metadata. The primary identifier is RECV_ID, which is the unique system-generated key. The business key is a composite of ORGN_CODE (operating unit) and RECV_NO (receipt number), enforcing uniqueness at the document level. Key foreign key columns define critical relationships: SHIPVEND_ID and PAYVEND_ID link to the vendor master (PO_VEND_MST) for shipping and paying parties; TO_WHSE links to the warehouse master (IC_WHSE_MST); and SHIPPER_CODE and SHIP_MTHD link to shipping master tables (OP_SHIP_MST, OP_SHIP_MTH). Additional columns manage financial aspects like BILLING_CURRENCY and DEMURRAGE_CURRENCY (linked to GL_CURR_MST), and document attributes such as TEXT_CODE for header notes and REASON_CODE for transaction rationale.
Common Use Cases and Queries
This table is essential for reporting and data extraction related to inbound shipments and receipts. Common use cases include generating receipt summaries, tracking shipment methods by vendor, and auditing receipt transactions by organization and date. A typical query to join header information with vendor details for analysis would be:
- SELECT prh.RECV_NO, prh.ORGN_CODE, pvm.VEND_NAME, prh.SHIPPER_CODE, prh.RECEIPT_DATE FROM GML.PO_RECV_HDR prh, PO_VEND_MST pvm WHERE prh.SHIPVEND_ID = pvm.VEND_ID AND prh.ORGN_CODE = :p_org_code AND prh.RECEIPT_DATE BETWEEN :p_date_from AND :p_date_to ORDER BY prh.RECEIPT_DATE DESC;
For troubleshooting or data validation, queries often join PO_RECV_HDR to its child table, PO_RECV_DTL, to ensure header records have corresponding lines and to calculate total received quantities or values per receipt document.
Related Objects
PO_RECV_HDR has extensive relationships within the GML and broader EBS schema. Its primary child tables are PO_RECV_DTL and PO_RTRN_DTL, which store receipt and return line details, respectively, linked via the RECV_ID column. As indicated by its foreign keys, it is a dependent table referencing numerous master data tables, including SY_ORGN_MST (organization), PO_VEND_MST (vendor), IC_WHSE_MST (warehouse), and GL_CURR_MST (currency). It also references transactional tables like PO_TEXT_HDR for descriptive flexfields. This network of relationships underscores its position as a pivotal junction table connecting procurement execution with master data and financial controls.
-
Table: PO_RECV_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
Table: PO_RECV_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR, object_name:PO_RECV_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Receipt header. , implementation_dba_data: GML.PO_RECV_HDR ,
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PO_RECV_HDR
12.1.1
-
APPS.GMDQC0_WF_P dependencies on PO_RECV_HDR
12.2.2
-
APPS.GMDQC0_WF_P dependencies on PO_RECV_HDR
12.1.1
-
APPS.GML_POAPPSRS_XMLP_PKG dependencies on PO_RECV_HDR
12.1.1
-
APPS.GML_RECV_TRANS_PKG dependencies on PO_RECV_HDR
12.1.1
-
APPS.GMI_GMILTGEN_XMLP_PKG dependencies on PO_RECV_HDR
12.2.2
-
APPS.GML_RECV_TRANS_PKG dependencies on PO_RECV_HDR
12.2.2
-
APPS.GMF_SUBLEDGER_REPORT dependencies on PO_RECV_HDR
12.2.2
-
APPS.GML_PORIRUSR_XMLP_PKG dependencies on PO_RECV_HDR
12.1.1
-
APPS.GML_PORIRUSR_XMLP_PKG dependencies on PO_RECV_HDR
12.2.2
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PO_RECV_HDR
12.2.2
-
APPS.GML_RECV_TRANS_PKG dependencies on PO_RECV_HDR
12.1.1
-
APPS.GMI_GMILTGEN_XMLP_PKG dependencies on PO_RECV_HDR
12.1.1
-
APPS.GML_POAPPSRS_XMLP_PKG dependencies on PO_RECV_HDR
12.2.2
-
APPS.GMF_SUBLEDGER_REPORT dependencies on PO_RECV_HDR
12.1.1
-
APPS.GML_RECV_TRANS_PKG dependencies on PO_RECV_HDR
12.2.2
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PO_RECV_DTL
12.1.1
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PO_RECV_DTL
12.2.2
-
VIEW: APPS.PO_RECV_HDR_DFV
12.2.2
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PO_VEND_MST
12.1.1
-
VIEW: APPS.PO_RECV_HDR_DFV
12.1.1
-
TABLE: GML.PO_RECV_HDR_EFC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR_EFC, object_name:PO_RECV_HDR_EFC, status:VALID,
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PO_VEND_MST
12.2.2
-
APPS.GML_POAPPSRS_XMLP_PKG SQL Statements
12.2.2
-
TABLE: GML.PO_RECV_HDR_EFC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR_EFC, object_name:PO_RECV_HDR_EFC, status:VALID,
-
APPS.GML_POAPPSRS_XMLP_PKG SQL Statements
12.1.1
-
Table: OP_PORT_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PORT_MST, object_name:OP_PORT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping/receiving port codes. , implementation_dba_data: GML.OP_PORT_MST ,
-
SYNONYM: APPS.PO_RECV_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_HDR, status:VALID,
-
APPS.GMF_SUBLEDGER_REPORT dependencies on PO_VEND_MST
12.2.2
-
APPS.GMF_SUBLEDGER_REPORT dependencies on PO_VEND_MST
12.1.1
-
Table: OP_PORT_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PORT_MST, object_name:OP_PORT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Shipping/receiving port codes. , implementation_dba_data: GML.OP_PORT_MST ,
-
SYNONYM: APPS.PO_RECV_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RECV_HDR, status:VALID,
-
Table: GL_CURR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
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: GL_CURR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_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 ,
-
Table: PO_RECV_HDR_EFC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR_EFC, object_name:PO_RECV_HDR_EFC, status:VALID, product: GML - Process Manufacturing Logistics , description: Shadow table of PO_RECV_HDR for EFC migration. , implementation_dba_data: GML.PO_RECV_HDR_EFC ,
-
TABLE: GML.PO_RECV_HST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HST, object_name:PO_RECV_HST, status:VALID,
-
TABLE: GML.PO_RECV_HST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HST, object_name:PO_RECV_HST, status:VALID,
-
Table: PO_RECV_HDR_EFC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_RECV_HDR_EFC, object_name:PO_RECV_HDR_EFC, status:VALID, product: GML - Process Manufacturing Logistics , description: Shadow table of PO_RECV_HDR for EFC migration. , implementation_dba_data: GML.PO_RECV_HDR_EFC ,
-
APPS.GML_PORIRUSR_XMLP_PKG dependencies on IC_ITEM_MST
12.1.1
-
VIEW: GML.PO_RECV_HDR#
12.2.2
owner:GML, object_type:VIEW, object_name:PO_RECV_HDR#, status:VALID,
-
APPS.GMI_GMILTGEN_XMLP_PKG dependencies on PO_RECV_DTL
12.1.1
-
APPS.GML_PORIRUSR_XMLP_PKG dependencies on PO_RECV_DTL
12.1.1
-
APPS.GMF_SUBLEDGER_REPORT dependencies on PO_RTRN_HDR
12.2.2
-
APPS.GML_PORIRUSR_XMLP_PKG dependencies on IC_ITEM_MST
12.2.2
-
VIEW: APPS.IC_PURG_VW1
12.1.1
-
APPS.GML_RECV_TRANS_PKG dependencies on PO_ORDR_HDR
12.1.1