DBA Data[Home] [Help]

APPS.GML_RCV_TXN_INTERFACE dependencies on MTL_SYSTEM_ITEMS

Line 655: from mtl_system_items

651: l_item_no VARCHAR(100);
652:
653: CURSOR Get_Item_No (p_item_id NUMBER, p_organization_id NUMBER) IS
654: select segment1
655: from mtl_system_items
656: where inventory_item_id = p_item_id and
657: organization_id=p_organization_id;
658:
659: /*