DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 789: FROM mtl_system_items_kfv

785:
786: CURSOR cur_item_no (v_inventory_item_id NUMBER, v_org_id NUMBER)
787: IS
788: SELECT concatenated_segments
789: FROM mtl_system_items_kfv
790: WHERE inventory_item_id = v_inventory_item_id
791: AND organization_id = v_org_id;
792:
793: uom_conv_error EXCEPTION;