DBA Data[Home] [Help]

APPS.OKS_OC_INT_KTO_PVT dependencies on OKX_SYSTEM_ITEMS_V

Line 765: from okx_system_items_v

761: FND_FILE.PUT_LINE( FND_FILE.LOG,'inventory_item_id ='|| r_cle.object_id1);
762:
763: /*************************************************************/
764: select description into l_item_name
765: from okx_system_items_v
766: where id1=r_cle.object_id1
767: and id2 = r_cle.object_id2;
768:
769: l_line_info_tab(l_idx).object_id1:=r_cle.object_id1;