DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on MTL_SYSTEM_ITEMS

Line 22669: FROM mtl_system_items

22665: CURSOR item_csr (p_inventory_org_id NUMBER,
22666: p_inventory_item_id NUMBER,
22667: p_inventory_item_name VARCHAR2) IS
22668: SELECT inventory_item_id
22669: FROM mtl_system_items
22670: WHERE ((segment1 = p_inventory_item_name
22671: AND
22672: p_inventory_item_name IS NOT NULL)
22673: OR

Line 24362: -- create item line to link TOP line, created above, to MTL_SYSTEM_ITEMS

24358:
24359: x_cle_id := x_clev_rec.id;
24360: l_progress := '100.4';
24361:
24362: -- create item line to link TOP line, created above, to MTL_SYSTEM_ITEMS
24363:
24364: p_cimv_rec := NULL;
24365: p_cimv_rec.cle_id := x_cle_id;
24366: p_cimv_rec.chr_id := p_chr_id;