Search Results shelf_life_code
Overview
APPS.INL_ENTER_RECEIPTS_V is a denormalized reporting and integration view in Oracle E-Business Suite that consolidates the data elements required by the Receiving open interface and the Enter Receipts user interface. It joins purchasing, receiving, inventory, supplier, and currency reference data into a single row-level presentation of receipt lines awaiting entry, inspection, or delivery. The view belongs to the Oracle Inventory (INL) module family and is commonly referenced by custom forms, concurrent programs, and third-party integrations that need to populate the Receiving Transaction Interface (RTI) or replicate the standard Enter Receipts form's query block.
The presence of SHELF_LIFE_CODE, SHELF_LIFE_DAYS, LOT_CONTROL_CODE, and SERIAL_NUMBER_CONTROL_CODE among the projected columns confirms that the view is designed to supply inventory attribute information at the receipt line level, ensuring that lot and shelf life controls are enforced when receipts are created. The user's search term "shelf_life_code" maps directly to this column.
Underlying Base Objects
Per documented ETRM metadata for 12.2.2, the view is defined over the following base objects:
- PO_HEADERS_ALL, PO_LINES_ALL, PO_LINE_LOCATIONS, PO_LINE_TYPES_B, PO_RELEASES_ALL — supply purchase order header, line, shipment, release, and line-type context.
- MTL_SYSTEM_ITEMS — supplies item attributes including SHELF_LIFE_CODE, SHELF_LIFE_DAYS, LOT_CONTROL_CODE, SERIAL_NUMBER_CONTROL_CODE, and locator/subinventory control flags.
- MTL_UNITS_OF_MEASURE — provides primary UOM and UOM class descriptions.
- PO_VENDORS and PO_HAZARD_CLASSES_TL, PO_UN_NUMBERS_TL — supplier and hazardous material descriptive data.
- HR_LOCATIONS_ALL_TL — resolves ship-to and deliver-to location names.
- GL_DAILY_CONVERSION_TYPES — supplies currency conversion type descriptions.
- RCV_ROUTING_HEADERS — supplies routing information.
These joins make the view a superset of the requisition, purchase order, and receipt tables, with synonyms used to reference the APPS-owned base objects.
Key Columns
- SHELF_LIFE_CODE / SHELF_LIFE_DAYS — item-level shelf life control flag and duration; used to derive expiration dates on lots at receipt.
- LOT_CONTROL_CODE, SERIAL_NUMBER_CONTROL_CODE, ITEM_REV_CONTROL_FLAG_TO/FROM — inventory control attributes governing lot, serial, and revision capture.
- RESTRICT_LOCATORS_CODE, RESTRICT_SUBINVENTORIES_CODE, ITEM_LOCATOR_CONTROL — determine valid destination subinventories and locators.
- PO_HEADER_ID, PO_LINE_ID, PO_LINE_LOCATION_ID, PO_RELEASE_ID — purchasing document keys linking the receipt to its source order.
- RCV_SHIPMENT_HEADER_ID, RCV_SHIPMENT_LINE_ID — receiving document identifiers.
- ORDERED_QTY, SECONDARY_ORDERED_QTY, PRIMARY_UOM, ORDERED_UOM — quantity and unit-of-measure attributes.
- ORG_ID — multi-org operating unit context for row-level security.
- MATCH_OPTION, INSPECTION_REQUIRED_FLAG, RECEIPT_REQUIRED_FLAG — receipt routing and matching behavior rules.
- VENDOR_LOT_NUM, COUNTRY_OF_ORIGIN_CODE, QC_GRADE, LPN_ID — supplier and quality attributes relevant to receipt creation.
Common Use Cases and Queries
Typical usage includes populating Receiving interface staging tables, driving custom receipt entry forms, validating item receipt controls, and extracting open receipt lines for reporting.
- Query receipt lines for a specific PO with shelf life and lot controls:
SELECT po_number, po_line_number, item_number, shelf_life_code,
shelf_life_days, lot_control_code, ordered_qty, primary_uom
FROM apps.inl_enter_receipts_v
WHERE org_id = :p_org_id
AND po_number = :p_po_number;
- Identify items requiring lot/shelf life capture at receipt:
SELECT item_number, shelf_life_code, shelf_life_days, lot_control_code FROM apps.inl_enter_receipts_v WHERE shelf_life_code IS NOT NULL AND org_id = :p_org_id;
Because the view aggregates purchasing, inventory, and receiving attributes, it is well suited for integration layers that must present receipt-ready data without repeatedly navigating the underlying normalized tables.
-
VIEW: APPS.INL_ENTER_RECEIPTS_V
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_V
12.2.2
-
View: EDW_ITEM_ITEMORGPF_LCV
12.2.2
product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_V
12.1.1
-
View: INL_ENTER_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_ENTER_RECEIPTS_V, object_name:INL_ENTER_RECEIPTS_V, status:VALID, product: INL - Oracle Landed Cost Management , description: A supplementary view used to simplify UI coding (Cloned from RCV_ENTER_RECEIPTS_V). , implementation_dba_data: APPS.INL_ENTER_RECEIPTS_V ,
-
View: RCV_ENTER_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_V, object_name:RCV_ENTER_RECEIPTS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_V ,
-
View: EDW_ITEM_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORG_LCV, object_name:EDW_ITEM_ITEMORG_LCV, status:VALID, product: ENG - Engineering , description: This view holds item - organization level information , implementation_dba_data: APPS.EDW_ITEM_ITEMORG_LCV ,
-
View: EDW_ITEM_ITEMORG_LCV
12.2.2
product: ENG - Engineering , description: This view holds item - organization level information , implementation_dba_data: Not implemented in this database ,
-
View: RCV_ENTER_RECEIPTS_SUP_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUP_INT_V, object_name:RCV_ENTER_RECEIPTS_SUP_INT_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V ,
-
View: RCV_ENTER_RECEIPTS_SUP_INT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUP_INT_V, object_name:RCV_ENTER_RECEIPTS_SUP_INT_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V ,
-
View: RCV_ENTER_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_V, object_name:RCV_ENTER_RECEIPTS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_V ,
-
View: MTL_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_V, object_name:MTL_DEMAND_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_V ,
-
View: MTL_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_V, object_name:MTL_DEMAND_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_V ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.2.2
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUP_INT_V
12.1.1
-
View: EDW_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORGPF_LCV, object_name:EDW_ITEM_ITEMORGPF_LCV, status:VALID, product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: APPS.EDW_ITEM_ITEMORGPF_LCV ,
-
VIEW: APPS.EDW_ITEM_ITEMORGPF_LCV
12.1.1
-
VIEW: APPS.EDW_ITEM_ITEMORG_LCV
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V
12.1.1
-
VIEW: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V
12.2.2
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.2.2
-
VIEW: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V
12.1.1
-
View: RCV_ENTER_RECEIPTS_SUPPLIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUPPLIER_V, object_name:RCV_ENTER_RECEIPTS_SUPPLIER_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V ,
-
VIEW: APPS.MTL_DEMAND_V
12.2.2
-
VIEW: APPS.MTL_DEMAND_V
12.1.1
-
View: RCV_ENTER_RECEIPTS_SUPPLIER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_SUPPLIER_V, object_name:RCV_ENTER_RECEIPTS_SUPPLIER_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_SUPPLIER_V ,
-
View: RCV_ENTER_RECEIPTS_INTERNAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INTERNAL_V, object_name:RCV_ENTER_RECEIPTS_INTERNAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V ,
-
View: RCV_ENTER_RECEIPTS_INTERNAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_INTERNAL_V, object_name:RCV_ENTER_RECEIPTS_INTERNAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_INTERNAL_V ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_RMA_V
12.1.1
-
View: RCV_ENTER_RECEIPTS_RMA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_RMA_V, object_name:RCV_ENTER_RECEIPTS_RMA_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_RMA_V ,
-
VIEW: APPS.RCV_ENTER_RECEIPTS_RMA_V
12.2.2
-
View: RCV_ENTER_RECEIPTS_RMA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_ENTER_RECEIPTS_RMA_V, object_name:RCV_ENTER_RECEIPTS_RMA_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_ENTER_RECEIPTS_RMA_V ,
-
VIEW: APPS.MTL_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_V, object_name:MTL_DEMAND_V, status:VALID,
-
VIEW: APPS.MTL_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_V, object_name:MTL_DEMAND_V, status:VALID,
-
View: EDW_ITEM_ONETIME_ITEMORG_LCV
12.2.2
product: ENG - Engineering , description: This view holds item organization level onetime item information , implementation_dba_data: Not implemented in this database ,
-
View: EDW_ITEM_ONETIME_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ONETIME_ITEMORG_LCV, object_name:EDW_ITEM_ONETIME_ITEMORG_LCV, status:VALID, product: ENG - Engineering , description: This view holds item organization level onetime item information , implementation_dba_data: APPS.EDW_ITEM_ONETIME_ITEMORG_LCV ,
-
TABLE: ENI.EDW_ITEM_ITEMORG_TEMP
12.1.1
owner:ENI, object_type:TABLE, object_name:EDW_ITEM_ITEMORG_TEMP, status:VALID,
-
APPS.INV_LOT_API_PKG SQL Statements
12.1.1
-
APPS.INV_LOT_API_PKG SQL Statements
12.2.2
-
VIEW: APPS.INL_IR_SOURCE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_IR_SOURCE_LINES_V, object_name:INL_IR_SOURCE_LINES_V, status:VALID,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
-
VIEW: APPS.EDW_ITEM_ONETIME_ITEMORG_LCV
12.1.1
-
View: OE_MTL_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MTL_SYSTEM_ITEMS_V, object_name:OE_MTL_SYSTEM_ITEMS_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_MTL_SYSTEM_ITEMS_V ,
-
VIEW: APPS.INL_RMA_SOURCE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_RMA_SOURCE_LINES_V, object_name:INL_RMA_SOURCE_LINES_V, status:VALID,
-
View: EDWBV_ITEM_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMORG_LCV, object_name:EDWBV_ITEM_ITEMORG_LCV, status:VALID, product: ENG - Engineering , description: This view contains items at the item/organization level. , implementation_dba_data: APPS.EDWBV_ITEM_ITEMORG_LCV ,
-
VIEW: APPS.RCV_CONFIRM_RECEIPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_CONFIRM_RECEIPT_V, object_name:RCV_CONFIRM_RECEIPT_V, status:VALID,
-
VIEW: APPS.INL_PO_SOURCE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INL.INL_PO_SOURCE_LINES_V, object_name:INL_PO_SOURCE_LINES_V, status:VALID,
-
VIEW: APPS.EDW_ITEM_ONETIME_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ONETIME_ITEMORG_LCV, object_name:EDW_ITEM_ONETIME_ITEMORG_LCV, status:VALID,
-
VIEW: APPS.EDW_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORGPF_LCV, object_name:EDW_ITEM_ITEMORGPF_LCV, status:VALID,
-
View: RCV_CONFIRM_RECEIPT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_CONFIRM_RECEIPT_V, object_name:RCV_CONFIRM_RECEIPT_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_CONFIRM_RECEIPT_V ,