DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on MTL_SYSTEM_ITEMS_VL

Line 1193: FROM MTL_SYSTEM_ITEMS_VL

1189: -- :Product
1190: -- :Product_Description
1191: CURSOR Get_Product (v_inventory_item_id NUMBER, v_inv_organization_id NUMBER) IS
1192: SELECT concatenated_segments, description
1193: FROM MTL_SYSTEM_ITEMS_VL
1194: WHERE inventory_item_id = v_inventory_item_id
1195: AND organization_id = v_inv_organization_id;
1196:
1197: l_Product VARCHAR2(40);