DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on MTL_SYSTEM_ITEMS_VL

Line 6707: FROM mtl_system_items_vl

6703: SELECT serial_number_control_code,
6704: lot_control_code,
6705: comms_nl_trackable_flag,
6706: concatenated_segments
6707: FROM mtl_system_items_vl
6708: WHERE inventory_item_id = c_inventory_id
6709: AND organization_id = c_organization_id;
6710:
6711: CURSOR c_get_inv_item_id(c_item_number VARCHAR2)IS