// Save CustomFields ends here
AuthorizationLocalHome authorizationHome = (AuthorizationLocalHome)ic.lookup("local/Authorization");
AuthorizationLocal authorizationLocal = authorizationHome.create();
authorizationLocal.setDataSource(dataSource);
authorizationLocal.saveCurrentDefaultPermission("Inventory", pKey, individualID);
} catch(Exception e)
{
System.out.println("[Exception][InventoryEJB.insertInventory] Exception Thrown: "+e);
throw new InventoryException(InventoryException.INSERT_FAILED,"Failed in inventory ejb while adding inventory");