DBA Data[Home] [Help]

APPS.GR_ITEM_SAFETY dependencies on GR_ITEM_GENERAL_V

Line 270: from gr_item_general_v

266: ** Get the Item Code
267: */
268: CURSOR c_get_item_code (V_item_id NUMBER) IS
269: select item_code
270: from gr_item_general_v
271: where organization_id = p_organization_id
272: and inventory_item_id = V_item_id;
273:
274: l_copy_item VARCHAR2(240);