DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on MTL_ITEM_REVISIONS

Line 343: from mtl_item_revisions

339: from mtl_system_items_b
340: where inventory_item_id = v_item_id;
341: CURSOR cur_item_ver_access(v_form_id NUMBER, v_item_id NUMBER) IS
342: select 1
343: from mtl_item_revisions
344: where inventory_item_id = v_item_id
345: and organization_id =(SELECT owner_organization_id
346: FROM fm_form_mst_b
347: WHERE formula_id = V_form_id)