Search Results rcv_routing_headers
Overview
The RCV_ROUTING_HEADERS view is a critical reference data object within the Oracle E-Business Suite Purchasing (PO) module. It serves as a standardized interface for querying the valid receiving routing types available in the system. The view is built directly upon the Oracle Applications Foundation (FND) table FND_LOOKUP_VALUES, which is the central repository for all lookup codes. Its primary role is to provide a clean, application-specific representation of routing types—such as Standard, Direct, or Inspection—which govern the workflow for receiving purchased items into inventory. This view ensures that all queries for routing information are language-sensitive and adhere to the standard security model, making it the preferred source for this data in reports, forms, and program logic.
Key Information Stored
The view presents a transformed subset of columns from the underlying FND_LOOKUP_VALUES table. The most significant columns include ROUTING_HEADER_ID, which is the numeric conversion of the LOOKUP_CODE and serves as the primary identifier for a routing type. The ROUTING_NAME column contains the translated, user-friendly meaning of the routing (e.g., "Standard Receiving"). Standard Oracle audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) track the object's history. The view also exposes fifteen descriptive flexfield attribute columns (ATTRIBUTE1-15) and an ATTRIBUTE_CATEGORY for custom extensions, along with a DESCRIPTION column for further detail. The view's WHERE clause filters specifically for the 'RCV_ROUTING_HEADERS' lookup type, the user's session language, and a standard security context.
Common Use Cases and Queries
This view is predominantly used in reporting and data validation scenarios related to the receiving process. A common use case is to generate a list of all active routing types for a setup or configuration report. Another frequent application is joining this view to transactional tables like RCV_SHIPMENT_HEADERS or PO_HEADERS_ALL to display the routing name alongside shipment data in operational or analytical reports. For instance, a query to list all receipts with their routing type would typically join on the routing identifier. Developers also reference this view within PL/SQL code to validate routing inputs or to populate list of values (LOVs) in custom forms. A basic query to retrieve all routings would be: SELECT routing_header_id, routing_name, description FROM apps.rcv_routing_headers ORDER BY routing_name;
Related Objects
The RCV_ROUTING_HEADERS view is intrinsically linked to the FND_LOOKUP_VALUES base table. Its primary relationship within the Purchasing schema is to transactional tables that store a ROUTING_HEADER_ID. The most direct link is typically to the RCV_SHIPMENT_HEADERS table, where the ROUTING_HEADER_ID column defines the routing for a specific receipt. It may also relate to purchasing document lines or supplier site settings that define default receiving instructions. The view itself does not define database foreign keys, but the ROUTING_HEADER_ID it provides is the logical foreign key value used throughout the receiving sub-module. Key joins are made on the condition rcv_shipment_headers.routing_header_id = rcv_routing_headers.routing_header_id.
-
View: RCV_ROUTING_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ROUTING_HEADERS, object_name:RCV_ROUTING_HEADERS, status:VALID, product: PO - Purchasing , description: View on FND_LOOKUPS for receiving routing types , implementation_dba_data: APPS.RCV_ROUTING_HEADERS ,
-
Table: RCV_ROUTING_HEADERS
12.2.2
product: PO - Purchasing , description: Receiving routing headers , implementation_dba_data: Not implemented in this database ,
-
Table: RCV_ROUTING_HEADERS
12.1.1
product: PO - Purchasing , description: Receiving routing headers , implementation_dba_data: Not implemented in this database ,
-
View: RCV_ROUTING_HEADERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ROUTING_HEADERS, object_name:RCV_ROUTING_HEADERS, status:VALID, product: PO - Purchasing , description: View on FND_LOOKUPS for receiving routing types , implementation_dba_data: APPS.RCV_ROUTING_HEADERS ,
-
Lookup Type: RCV_ROUTING_HEADERS
12.1.1
product: PO - Purchasing , meaning: Receiving Routing Headers , description: Receiving Routing Headers ,
-
Lookup Type: RCV_ROUTING_HEADERS
12.2.2
product: PO - Purchasing , meaning: Receiving Routing Headers , description: Receiving Routing Headers ,
-
View: RCV_RECEIVING_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIVING_PARAMETERS_V, object_name:RCV_RECEIVING_PARAMETERS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RECEIVING_PARAMETERS_V ,
-
View: RCV_RECEIVING_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIVING_PARAMETERS_V, object_name:RCV_RECEIVING_PARAMETERS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_RECEIVING_PARAMETERS_V ,
-
Table: RCV_PARAMETERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_PARAMETERS, object_name:RCV_PARAMETERS, status:VALID, product: PO - Purchasing , description: Organization-level receiving controls , implementation_dba_data: PO.RCV_PARAMETERS ,
-
Table: RCV_PARAMETERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_PARAMETERS, object_name:RCV_PARAMETERS, status:VALID, product: PO - Purchasing , description: Organization-level receiving controls , implementation_dba_data: PO.RCV_PARAMETERS ,
-
Table: RCV_ROUTING_STEPS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ROUTING_STEPS, object_name:RCV_ROUTING_STEPS, status:VALID, product: PO - Purchasing , description: Receiving routing steps , implementation_dba_data: PO.RCV_ROUTING_STEPS ,
-
Table: RCV_ROUTING_STEPS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_ROUTING_STEPS, object_name:RCV_ROUTING_STEPS, status:VALID, product: PO - Purchasing , description: Receiving routing steps , implementation_dba_data: PO.RCV_ROUTING_STEPS ,
-
View: POBV_RECEIVING_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RECEIVING_ROUTINGS, object_name:POBV_RECEIVING_ROUTINGS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RECEIVING_ROUTINGS ,
-
View: POBV_RECEIVING_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RECEIVING_ROUTINGS, object_name:POBV_RECEIVING_ROUTINGS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RECEIVING_ROUTINGS ,
-
View: POFV_RECEIVING_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RECEIVING_ROUTINGS, object_name:POFV_RECEIVING_ROUTINGS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RECEIVING_ROUTINGS ,
-
View: POFV_RECEIVING_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RECEIVING_ROUTINGS, object_name:POFV_RECEIVING_ROUTINGS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RECEIVING_ROUTINGS ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
View: RCV_RECEIPTS_PRINT_INV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_INV, object_name:RCV_RECEIPTS_PRINT_INV, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_INV ,
-
Table: RCV_SHIPMENT_LINES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
View: RCV_RECEIPTS_PRINT_INV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_INV, object_name:RCV_RECEIPTS_PRINT_INV, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_INV ,
-
Table: RCV_SHIPMENT_LINES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
View: RCV_RECEIPTS_PRINT_RMA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_RMA, object_name:RCV_RECEIPTS_PRINT_RMA, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_RMA ,
-
Table: PO_LINE_LOCATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
View: RCV_RECEIPTS_PRINT_REQ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_REQ, object_name:RCV_RECEIPTS_PRINT_REQ, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_REQ ,
-
View: RCV_RECEIPTS_PRINT_RMA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_RMA, object_name:RCV_RECEIPTS_PRINT_RMA, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_RMA ,
-
View: RCV_RECEIPTS_PRINT_REQ
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_REQ, object_name:RCV_RECEIPTS_PRINT_REQ, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_REQ ,
-
View: RCV_RECEIPTS_PRINT_PO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_PO, object_name:RCV_RECEIPTS_PRINT_PO, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_PO ,
-
View: RCV_RECEIPTS_PRINT_PO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_PO, object_name:RCV_RECEIPTS_PRINT_PO, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_PO ,
-
View: POFV_PLAN_PO_LINE_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PLAN_PO_LINE_SHIPMENTS, object_name:POFV_PLAN_PO_LINE_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PLAN_PO_LINE_SHIPMENTS ,
-
View: RCV_MSL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSL_V ,
-
View: RCV_MSL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSL_V, object_name:RCV_MSL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSL_V ,
-
View: POS_RCV_REJECTED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_REJECTED_ITEMS_V POS.POS_RCV_REJECTED_ITEMS_V, object_name:POS_RCV_REJECTED_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_REJECTED_ITEMS_V ,
-
View: POFV_PLAN_PO_LINE_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PLAN_PO_LINE_SHIPMENTS, object_name:POFV_PLAN_PO_LINE_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PLAN_PO_LINE_SHIPMENTS ,
-
View: POFV_SCHEDULED_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SCHEDULED_SHIPMENTS, object_name:POFV_SCHEDULED_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SCHEDULED_SHIPMENTS ,
-
View: POFV_SCHEDULED_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SCHEDULED_SHIPMENTS, object_name:POFV_SCHEDULED_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SCHEDULED_SHIPMENTS ,
-
View: POFV_STD_PO_LINE_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_STD_PO_LINE_SHIPMENTS, object_name:POFV_STD_PO_LINE_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_STD_PO_LINE_SHIPMENTS ,
-
Table: RCV_TRANSACTIONS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS, object_name:RCV_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving transactions , implementation_dba_data: PO.RCV_TRANSACTIONS ,
-
Table: RCV_TRANSACTIONS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS, object_name:RCV_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving transactions , implementation_dba_data: PO.RCV_TRANSACTIONS ,
-
View: POFV_BKT_PO_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_BKT_PO_SHIPMENTS, object_name:POFV_BKT_PO_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_BKT_PO_SHIPMENTS ,
-
View: POFV_PO_LINE_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PO_LINE_SHIPMENTS, object_name:POFV_PO_LINE_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PO_LINE_SHIPMENTS ,
-
View: POS_RCV_REJECTED_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_REJECTED_ITEMS_V, object_name:POS_RCV_REJECTED_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_REJECTED_ITEMS_V ,
-
View: POFV_STD_PO_LINE_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_STD_PO_LINE_SHIPMENTS, object_name:POFV_STD_PO_LINE_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_STD_PO_LINE_SHIPMENTS ,
-
View: POFV_BKT_PO_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_BKT_PO_SHIPMENTS, object_name:POFV_BKT_PO_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_BKT_PO_SHIPMENTS ,
-
View: POFV_SUPPLIERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIERS, object_name:POFV_SUPPLIERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SUPPLIERS ,
-
View: POFV_PO_LINE_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PO_LINE_SHIPMENTS, object_name:POFV_PO_LINE_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PO_LINE_SHIPMENTS ,
-
View: POFV_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIERS, object_name:POFV_SUPPLIERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SUPPLIERS ,