DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on MTL_ITEM_REVISIONS

Line 496: from mtl_item_revisions

492: from mtl_system_items_b
493: where inventory_item_id = v_item_id;
494: CURSOR cur_item_ver_access(v_form_id NUMBER, v_item_id NUMBER) IS
495: select 1
496: from mtl_item_revisions
497: where inventory_item_id = v_item_id
498: and organization_id =(SELECT owner_organization_id
499: FROM fm_form_mst_b
500: WHERE formula_id = V_form_id)