DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on MTL_SYSTEM_ITEMS

Line 22858: FROM mtl_system_items

22854: CURSOR item_csr (p_inventory_org_id NUMBER,
22855: p_inventory_item_id NUMBER,
22856: p_inventory_item_name VARCHAR2) IS
22857: SELECT inventory_item_id
22858: FROM mtl_system_items
22859: WHERE ((segment1 = p_inventory_item_name
22860: AND
22861: p_inventory_item_name IS NOT NULL)
22862: OR

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

24600:
24601: x_cle_id := x_clev_rec.id;
24602: l_progress := '100.4';
24603:
24604: -- create item line to link TOP line, created above, to MTL_SYSTEM_ITEMS
24605:
24606: p_cimv_rec := NULL;
24607: p_cimv_rec.cle_id := x_cle_id;
24608: p_cimv_rec.chr_id := p_chr_id;