DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 229: FROM mtl_system_items_b

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