DBA Data[Home] [Help]

APPS.GME_MOVE_ORDERS_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 135: FROM mtl_system_items_b

131:
132: CURSOR cur_item_mst (v_org_id NUMBER, v_inventory_item_id NUMBER)
133: IS
134: SELECT mtl_transactions_enabled_flag, secondary_uom_code, segment1
135: FROM mtl_system_items_b
136: WHERE organization_id = v_org_id
137: AND inventory_item_id = v_inventory_item_id;
138: BEGIN
139: IF g_debug <= gme_debug.g_log_procedure THEN