DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on MTL_SYSTEM_ITEMS_VL

Line 6659: FROM mtl_system_items_vl

6655: SELECT serial_number_control_code,
6656: lot_control_code,
6657: comms_nl_trackable_flag,
6658: concatenated_segments
6659: FROM mtl_system_items_vl
6660: WHERE inventory_item_id = c_inventory_id
6661: AND organization_id = c_organization_id;
6662:
6663: CURSOR c_get_inv_item_id(c_item_number VARCHAR2)IS