DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 228: FROM mtl_system_items_b

224: /* Bug 5001915 Get item control for transactions */
225: CURSOR Cur_get_item(V_org_id NUMBER,
226: V_inventory_item_id NUMBER) IS
227: SELECT mtl_transactions_enabled_flag
228: FROM mtl_system_items_b
229: WHERE organization_id = V_org_id
230: AND inventory_item_id = V_inventory_item_id;
231: l_txn_enabled_flag VARCHAR2(1);
232: BEGIN